Skip to content

Commit ffd2bd4

Browse files
committed
chore: bump version to 1.2.0
1 parent 229064d commit ffd2bd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gwt/cli",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"exports": "./main.ts",
55
"imports": {
66
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { cleanCommand } from './src/commands/clean.ts';
2626

2727
const program = new Command()
2828
.name('gwt')
29-
.version('1.1.2')
29+
.version('1.2.0')
3030
.description('Git Worktree Manager - Manage git worktrees with ease')
3131
.action(function () {
3232
this.showHelp();

0 commit comments

Comments
 (0)