1 parent 229064d commit ffd2bd4Copy full SHA for ffd2bd4
2 files changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gwt/cli",
3
- "version": "1.1.2",
+ "version": "1.2.0",
4
"exports": "./main.ts",
5
"imports": {
6
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
main.ts
@@ -26,7 +26,7 @@ import { cleanCommand } from './src/commands/clean.ts';
26
27
const program = new Command()
28
.name('gwt')
29
- .version('1.1.2')
+ .version('1.2.0')
30
.description('Git Worktree Manager - Manage git worktrees with ease')
31
.action(function () {
32
this.showHelp();
0 commit comments