Skip to content

Commit 7e8798c

Browse files
committed
Bump version number
1 parent 5aed9a4 commit 7e8798c

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": "@studiorack/cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Audio project manager tool",
55
"type": "module",
66
"main": "./build/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ program
4747
}
4848
});
4949

50-
program.version('2.0.0').parse(process.argv);
50+
program.version('2.0.1').parse(process.argv);

0 commit comments

Comments
 (0)