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 be11ce0 commit 66c62b6Copy full SHA for 66c62b6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codechain-keystore-cli",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"description": "A cli tool which manages CodeChain accounts",
5
"main": "build/index.js",
6
"bin": {
src/index.ts
@@ -25,7 +25,7 @@ import {
25
} from "./types";
26
import { getAddressFromKey } from "./util";
27
28
-const VERSION = "0.8.1";
+const VERSION = "0.8.2";
29
30
const DEFAULT_KEYS_PATH = "keystore.db";
31
0 commit comments