Skip to content

Commit 374fdff

Browse files
committed
Release: v3.11.2.1
1 parent a1088d2 commit 374fdff

File tree

8 files changed

+758
-898
lines changed

8 files changed

+758
-898
lines changed

chrome-extension/cx-wallet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383

8484
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
8585
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
86-
<p class="small visible-xs">3.11.2</p>
86+
<p class="small visible-xs">3.11.2.1</p>
8787
</a>
8888

8989
<div class="tagline">
9090

91-
<span class="hidden-xs">3.11.2</span>
91+
<span class="hidden-xs">3.11.2.1</span>
9292

9393
<span class="dropdown dropdown-lang" ng-cloak>
9494
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>

chrome-extension/helpers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999

100100
<a class="brand" href="/" aria-label="Go to homepage">
101101
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
102-
<p class="small visible-xs">3.11.2</p>
102+
<p class="small visible-xs">3.11.2.1</p>
103103
</a>
104104

105105

106106
<div class="tagline">
107107

108-
<span class="hidden-xs">3.11.2</span>
108+
<span class="hidden-xs">3.11.2.1</span>
109109

110110
<span class="dropdown dropdown-lang" ng-cloak>
111111
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>

chrome-extension/js/etherwallet-master.js

Lines changed: 374 additions & 444 deletions
Large diffs are not rendered by default.

chrome-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.11.2",
3+
"version": "3.11.2.1",
44
"manifest_version": 2,
55
"description": "MyEtherWallet Chrome Extension",
66
"homepage_url": "https://www.myetherwallet.com/",

dist/helpers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999

100100
<a class="brand" href="/" aria-label="Go to homepage">
101101
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
102-
<p class="small visible-xs">3.11.2</p>
102+
<p class="small visible-xs">3.11.2.1</p>
103103
</a>
104104

105105

106106
<div class="tagline">
107107

108-
<span class="hidden-xs">3.11.2</span>
108+
<span class="hidden-xs">3.11.2.1</span>
109109

110110
<span class="dropdown dropdown-lang" ng-cloak>
111111
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999

100100
<a class="brand" href="/" aria-label="Go to homepage">
101101
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
102-
<p class="small visible-xs">3.11.2</p>
102+
<p class="small visible-xs">3.11.2.1</p>
103103
</a>
104104

105105

106106
<div class="tagline">
107107

108-
<span class="hidden-xs">3.11.2</span>
108+
<span class="hidden-xs">3.11.2.1</span>
109109

110110
<span class="dropdown dropdown-lang" ng-cloak>
111111
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>

dist/js/etherwallet-master.js

Lines changed: 374 additions & 444 deletions
Large diffs are not rendered by default.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.11.2",
3+
"version": "3.11.2.1",
44
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
55
"author": "MyEtherWallet",
66
"license": "ISC",

0 commit comments

Comments
 (0)