Skip to content

Commit 3ecad2d

Browse files
committed
v0.7.2
1 parent 4bf16ee commit 3ecad2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloomberb",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Bloomberg-style stock portfolio tracker for the terminal",
55
"module": "src/index.tsx",
66
"type": "module",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.7.1";
1+
export const VERSION = "0.7.2";

0 commit comments

Comments
 (0)