Skip to content

Commit c2241dd

Browse files
authored
Tag release 0.1.0 (#831)
1 parent 6108d08 commit c2241dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/config/data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EtherscanNode, InfuraNode, RPCNode, Web3Node } from 'libs/nodes';
22
import { networkIdToName } from 'libs/values';
33
export const languages = require('./languages.json');
44
// Displays in the header
5-
export const VERSION = '4.0.0 (Alpha 0.0.8)';
5+
export const VERSION = '4.0.0 (Alpha 0.1.0)';
66
export const N_FACTOR = 1024;
77

88
// Displays at the top of the site, make message empty string to remove.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "4.0.0-alpha.8",
3+
"version": "4.0.0-alpha.1",
44
"main": "common/index.jsx",
55
"description": "MyEtherWallet v4",
66
"engines": {

0 commit comments

Comments
 (0)