Skip to content

Commit

Permalink
chore: Bump version to 1.33.1 and fix log message formatting in Metho…
Browse files Browse the repository at this point in the history
…d.js
  • Loading branch information
yerofey committed Jan 5, 2025
1 parent 83d87cb commit 7a2e23f
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": "@yerofey/cryptowallet-cli",
"version": "1.33.0",
"version": "1.33.1",
"description": "Crypto wallet generator CLI tool",
"type": "module",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
Expand Down
2 changes: 1 addition & 1 deletion src/Method.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class Method {
appsString +=
' and any other wallet app (either using mnemonic or private key)';
}
log(greenBright('⬇️ You can import this wallet into ' + appsString));
log(greenBright('⬇️ You can import this wallet into ' + appsString));
}

// donation
Expand Down

0 comments on commit 7a2e23f

Please sign in to comment.