Skip to content

Commit

Permalink
Bump the version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
majecty committed Aug 30, 2019
1 parent be11ce0 commit 66c62b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 66c62b6

Please sign in to comment.