diff --git a/package.json b/package.json index 352a2d3..60b6a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codechain-keystore-cli", - "version": "0.8.1", + "version": "0.8.2", "description": "A cli tool which manages CodeChain accounts", "main": "build/index.js", "bin": { diff --git a/src/index.ts b/src/index.ts index ff19c5e..bcff3e5 100755 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ import { } from "./types"; import { getAddressFromKey } from "./util"; -const VERSION = "0.8.1"; +const VERSION = "0.8.2"; const DEFAULT_KEYS_PATH = "keystore.db";