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 11aae0c commit 538b8b2Copy full SHA for 538b8b2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codechain-keystore-cli",
3
- "version": "0.7.0-alpha.1",
+ "version": "0.7.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.7.0-alpha.1";
+const VERSION = "0.7.0";
28
29
const DEFAULT_KEYS_PATH = "keystore.db";
30
0 commit comments