Skip to content

Commit 30b4c74

Browse files
committed
Bump version to 0.5.0
1 parent a45cbb1 commit 30b4c74

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.4.0",
3+
"version": "0.5.0",
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
@@ -24,7 +24,7 @@ import {
2424
} from "./types";
2525
import { getAddressFromKey } from "./util";
2626

27-
const VERSION = "0.4.0";
27+
const VERSION = "0.5.0";
2828

2929
const DEFAULT_KEYS_PATH = "keystore.db";
3030

0 commit comments

Comments
 (0)