From 0999c4d427d43419b35ebde57c7b2b9fdc081176 Mon Sep 17 00:00:00 2001 From: Kosala Hemachandra Date: Tue, 16 Oct 2018 19:18:41 -0700 Subject: [PATCH 1/2] prep for release --- app/includes/header.tpl | 6 +++--- app/manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/includes/header.tpl b/app/includes/header.tpl index f598db6c38..4a0bcc7002 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -98,18 +98,18 @@ @@if (site === 'mew' ) { MyEtherWallet -

3.23.0

+

3.23.1

} @@if (site === 'cx' ) { MyEtherWallet -

3.23.0

+

3.23.1

}
- + diff --git a/app/manifest.json b/app/manifest.json index 026a8164dc..930f02e5f3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.23.0", + "version": "3.23.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://www.myetherwallet.com/", From 88feb7b65a1c0f40e9a3ba5bb21d94c99ca6048c Mon Sep 17 00:00:00 2001 From: Kosala Hemachandra Date: Tue, 16 Oct 2018 19:54:44 -0700 Subject: [PATCH 2/2] remove global --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 354e0a3fae..123345d9ff 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -102,8 +102,7 @@ let js_destFile = "etherwallet-master.js"; let browseOpts = { debug: true }; // generates inline source maps - only in js-debug let babelOpts = { presets: ["env"], - compact: false, - global: true + compact: false }; function bundle_js(bundler) {