Skip to content

Commit 35dcef2

Browse files
committed
Bump the version to 0.3.0
1 parent d2ad9a2 commit 35dcef2

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.2.0",
3+
"version": "0.3.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
@@ -22,7 +22,7 @@ import {
2222
ListOption
2323
} from "./types";
2424

25-
const VERSION = "0.2.0";
25+
const VERSION = "0.3.0";
2626

2727
const DEFAULT_KEYS_PATH = "keystore.db";
2828

0 commit comments

Comments
 (0)