Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivegabr committed Feb 5, 2025
1 parent a938d3c commit 85e1684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const program = new Command();
program
.name("rsk-cli")
.description("CLI tool for interacting with Rootstock blockchain")
.version("1.0.9", "-v, --version", "Display the current version");
.version("1.1.0", "-v, --version", "Display the current version");

program
.command("wallet")
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rsk-cli",
"version": "1.0.9",
"version": "1.1.0",
"description": "CLI tool for Rootstock network using Viem",
"repository": {
"type": "git",
Expand Down

0 comments on commit 85e1684

Please sign in to comment.