Skip to content

Commit 2ef0e17

Browse files
committed
1.11.0
1 parent f703086 commit 2ef0e17

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": "storypointer",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Small CLI tool to set JIRA Story Points and Priority",
55
"main": "src/main.ts",
66
"type": "commonjs",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function cli(): Command {
3333
.description(
3434
'📐 Small CLI tool to set JIRA Story Points, Priority and Severity'
3535
)
36-
.version('1.10.0');
36+
.version('1.11.0');
3737

3838
program
3939
.option(

0 commit comments

Comments
 (0)