Skip to content

Commit 58a5f3b

Browse files
committed
1.10.0
1 parent b273508 commit 58a5f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.9.0",
3+
"version": "1.10.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
@@ -31,7 +31,7 @@ export function cli(): Command {
3131
.description(
3232
'📐 Small CLI tool to set JIRA Story Points, Priority and Severity'
3333
)
34-
.version('1.9.0');
34+
.version('1.10.0');
3535

3636
program
3737
.option(

0 commit comments

Comments
 (0)