From faf3cd2c4d2a02b9bdb9fae447640ef4d04f8a00 Mon Sep 17 00:00:00 2001 From: gamalielhere Date: Mon, 4 Mar 2019 17:04:06 -0800 Subject: [PATCH] Release: v3.35.1 --- CHANGELOG.md | 3 +++ app/includes/header.tpl | 6 +++--- app/manifest.json | 2 +- app/package.json | 2 +- app/scripts/nodeHelpers/customNode.js | 2 +- chrome-extension/contest.html | 4 ++-- chrome-extension/cx-wallet.html | 4 ++-- chrome-extension/helpers.html | 4 ++-- chrome-extension/js/etherwallet-master.js | 2 +- chrome-extension/manifest.json | 2 +- chrome-extension/phishing.html | 4 ++-- chrome-extension/privacy-policy.html | 4 ++-- dist/contest.html | 4 ++-- dist/helpers.html | 4 ++-- dist/index.html | 4 ++-- dist/js/etherwallet-master.js | 2 +- dist/package.json | 2 +- dist/phishing.html | 4 ++-- dist/privacy-policy.html | 4 ++-- 19 files changed, 33 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84f01ace4..090bbc995b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v3.35.1 + +- Remove `;` []() ### v3.35.0 - Add LDX custom Gas [#2227](https://github.com/kvhnuke/etherwallet/pull/2226) diff --git a/app/includes/header.tpl b/app/includes/header.tpl index f060b8d3fc..0f6f4c03b6 100644 --- a/app/includes/header.tpl +++ b/app/includes/header.tpl @@ -90,18 +90,18 @@ @@if (site === 'mew' ) { MyEtherWallet -

3.35.0

+

3.35.1

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

3.35.0

+

3.35.1

}
- + diff --git a/app/manifest.json b/app/manifest.json index 06b3ddc565..c95aa3dbe3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.35.0", + "version": "3.35.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://vintage.myetherwallet.com/", diff --git a/app/package.json b/app/package.json index 721ab2b53d..89b361ccc9 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.35.0", + "version": "3.35.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/app/scripts/nodeHelpers/customNode.js b/app/scripts/nodeHelpers/customNode.js index cc41415cc8..a1cc78ef5a 100644 --- a/app/scripts/nodeHelpers/customNode.js +++ b/app/scripts/nodeHelpers/customNode.js @@ -8,7 +8,7 @@ var customNode = function(srvrUrl, port, httpBasicAuthentication) { } customNode.prototype.config = { headers: { - 'Content-Type': 'application/json;' + 'Content-Type': 'application/json' } }; diff --git a/chrome-extension/contest.html b/chrome-extension/contest.html index 1f8337edf2..b72189f6d1 100644 --- a/chrome-extension/contest.html +++ b/chrome-extension/contest.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/chrome-extension/cx-wallet.html b/chrome-extension/cx-wallet.html index acbd216cbc..8b388e7cce 100644 --- a/chrome-extension/cx-wallet.html +++ b/chrome-extension/cx-wallet.html @@ -83,12 +83,12 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/chrome-extension/helpers.html b/chrome-extension/helpers.html index affca9eee9..d302b501d8 100644 --- a/chrome-extension/helpers.html +++ b/chrome-extension/helpers.html @@ -91,13 +91,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/chrome-extension/js/etherwallet-master.js b/chrome-extension/js/etherwallet-master.js index ea764a1100..3ebb42c06f 100644 --- a/chrome-extension/js/etherwallet-master.js +++ b/chrome-extension/js/etherwallet-master.js @@ -16702,7 +16702,7 @@ var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) { }; customNode.prototype.config = { headers: { - 'Content-Type': 'application/json;' + 'Content-Type': 'application/json' } }; diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 06b3ddc565..c95aa3dbe3 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.35.0", + "version": "3.35.1", "manifest_version": 2, "description": "MyEtherWallet Chrome Extension", "homepage_url": "https://vintage.myetherwallet.com/", diff --git a/chrome-extension/phishing.html b/chrome-extension/phishing.html index 806d7ec6f3..c7b5773127 100644 --- a/chrome-extension/phishing.html +++ b/chrome-extension/phishing.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/chrome-extension/privacy-policy.html b/chrome-extension/privacy-policy.html index 948c15fec7..25932f8cb9 100644 --- a/chrome-extension/privacy-policy.html +++ b/chrome-extension/privacy-policy.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/dist/contest.html b/dist/contest.html index 1f8337edf2..b72189f6d1 100644 --- a/dist/contest.html +++ b/dist/contest.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/dist/helpers.html b/dist/helpers.html index affca9eee9..d302b501d8 100644 --- a/dist/helpers.html +++ b/dist/helpers.html @@ -91,13 +91,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/dist/index.html b/dist/index.html index a0896aee84..232e04a5b5 100644 --- a/dist/index.html +++ b/dist/index.html @@ -91,13 +91,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/dist/js/etherwallet-master.js b/dist/js/etherwallet-master.js index ea764a1100..3ebb42c06f 100644 --- a/dist/js/etherwallet-master.js +++ b/dist/js/etherwallet-master.js @@ -16702,7 +16702,7 @@ var customNode = function customNode(srvrUrl, port, httpBasicAuthentication) { }; customNode.prototype.config = { headers: { - 'Content-Type': 'application/json;' + 'Content-Type': 'application/json' } }; diff --git a/dist/package.json b/dist/package.json index 721ab2b53d..89b361ccc9 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "MyEtherWallet", - "version": "3.35.0", + "version": "3.35.1", "description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.", "author": "MyEtherWallet", "license": "ISC", diff --git a/dist/phishing.html b/dist/phishing.html index 806d7ec6f3..c7b5773127 100644 --- a/dist/phishing.html +++ b/dist/phishing.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- + diff --git a/dist/privacy-policy.html b/dist/privacy-policy.html index 948c15fec7..25932f8cb9 100644 --- a/dist/privacy-policy.html +++ b/dist/privacy-policy.html @@ -90,13 +90,13 @@ MyEtherWallet -

3.35.0

+

3.35.1

- +