Skip to content

Commit

Permalink
chore: Bump version to 1.37.3 and update CLI output message
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Feb 12, 2025
1 parent b9ca876 commit e80d1e3
Show file tree
Hide file tree
Showing 4 changed files with 5,965 additions and 1,280 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (isMainThread) {
);
} else {
console.log(
chalk.green(`🏎️💨 Using ${numThreads}/${allMachineThreads} threads to generate a wallet...`)
chalk.green(` Using ${numThreads}/${allMachineThreads} threads to generate a 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": "@yerofey/cryptowallet-cli",
"version": "1.37.2",
"version": "1.37.3",
"description": "Crypto wallet generator CLI tool",
"type": "module",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
Expand Down
Loading

0 comments on commit e80d1e3

Please sign in to comment.