@yerofey/cryptowallet-cli 1.33.0 → 1.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Method.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
package/src/Method.js CHANGED
@@ -558,7 +558,7 @@ class Method {
558
558
  appsString +=
559
559
  ' and any other wallet app (either using mnemonic or private key)';
560
560
  }
561
- log(greenBright('⬇️ You can import this wallet into ' + appsString));
561
+ log(greenBright('⬇️ You can import this wallet into ' + appsString));
562
562
  }
563
563
 
564
564
  // donation