Skip to content

Commit

Permalink
Merge pull request #322 from gagarin55/v0.5.0
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
gagarin55 committed Sep 1, 2017
2 parents a731356 + 2305cf5 commit 8e167a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gagarin55 <gagarin55@protonmail.com>",
"Isaac Ardis"
],
"version": "0.4.5",
"version": "0.5.0",
"description": "Emerald - Ethereum Classic Wallet",
"main": "./electron/main.js",
"moduleRoots": [
Expand Down
4 changes: 2 additions & 2 deletions src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.4.5 Beta 2';
const version = '0.5.0 Beta 2';

export default version;
export default version;

0 comments on commit 8e167a6

Please sign in to comment.