Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 24, 2024
1 parent 3751819 commit e44eb9d
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": "primeclt",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const spinner = new Spinner();

program.description("Our New CLI");
program.option("-v, --verbose", "verbose logging");
program.version("0.1.2", "--version", "output the current version");
program.version("0.1.3", "--version", "output the current version");

program.addCommand(widgets);

Expand Down

0 comments on commit e44eb9d

Please sign in to comment.