Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Oct 8, 2024
1 parent e1036b5 commit 4cd308b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storypointer",
"version": "1.6.0",
"version": "1.6.1",
"description": "Small CLI tool to set JIRA Story Points and Priority",
"main": "src/main.ts",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function cli(): Command {
program
.name('storypointer')
.description('📐 Small CLI tool to set JIRA Story Points and Priority ')
.version('1.0.0');
.version('1.6.1');

program
.option(
Expand Down

0 comments on commit 4cd308b

Please sign in to comment.