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 d2ad9a2 commit 35dcef2Copy full SHA for 35dcef2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codechain-keystore-cli",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "A cli tool which manages CodeChain accounts",
5
"main": "build/index.js",
6
"bin": {
src/index.ts
@@ -22,7 +22,7 @@ import {
22
ListOption
23
} from "./types";
24
25
-const VERSION = "0.2.0";
+const VERSION = "0.3.0";
26
27
const DEFAULT_KEYS_PATH = "keystore.db";
28
0 commit comments