Skip to content

Commit 66c62b6

Browse files
committed
Bump the version 0.8.2
1 parent be11ce0 commit 66c62b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechain-keystore-cli",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A cli tool which manages CodeChain accounts",
55
"main": "build/index.js",
66
"bin": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
} from "./types";
2626
import { getAddressFromKey } from "./util";
2727

28-
const VERSION = "0.8.1";
28+
const VERSION = "0.8.2";
2929

3030
const DEFAULT_KEYS_PATH = "keystore.db";
3131

0 commit comments

Comments
 (0)