Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 26, 2024
1 parent 920d5a3 commit 163d7db
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": "fixdiscover",
"version": "1.1.0",
"version": "1.2.0",
"description": "Small CLI tool to search for Jira issues with linked PRs and Issues that are fixed in an upstream projects.",
"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 @@ -18,7 +18,7 @@ export function cli(): Command {
.description(
'🔍 A small CLI tool is used to search for Jira issues with linked PRs and issues that are fixed in upstream projects'
)
.version('1.1.0');
.version('1.2.0');

program
.requiredOption(
Expand Down

0 comments on commit 163d7db

Please sign in to comment.