Skip to content

Commit

Permalink
Tag Alpha 0.0.4 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak authored Nov 18, 2017
1 parent c0cd668 commit 5e18ec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/config/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EtherscanNode, InfuraNode, RPCNode, Web3Node } from 'libs/nodes';
import { networkIdToName } from 'libs/values';
export const languages = require('./languages.json');
// Displays in the header
export const VERSION = '4.0.0 (Alpha 0.0.3)';
export const VERSION = '4.0.0 (Alpha 0.0.4)';

// Displays at the top of the site, make message empty string to remove.
// Type can be primary, warning, danger, success, or info.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.4",
"main": "common/index.jsx",
"description": "MyEtherWallet v4",
"engines": {
Expand Down

0 comments on commit 5e18ec4

Please sign in to comment.