We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45cbb1 commit 30b4c74Copy full SHA for 30b4c74
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codechain-keystore-cli",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "A cli tool which manages CodeChain accounts",
5
"main": "build/index.js",
6
"bin": {
src/index.ts
@@ -24,7 +24,7 @@ import {
24
} from "./types";
25
import { getAddressFromKey } from "./util";
26
27
-const VERSION = "0.4.0";
+const VERSION = "0.5.0";
28
29
const DEFAULT_KEYS_PATH = "keystore.db";
30
0 commit comments