Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Mar 21, 2017
1 parent 8ac7dd1 commit 52a3953
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.5.6 &nbsp;&nbsp;
&middot; v3.5.7 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.5.6",
"version": "3.5.7",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.5.6",
"version": "3.5.7",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.5.6 &nbsp;&nbsp;
&middot; v3.5.7 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -81809,7 +81809,7 @@ module.exports={
"spec": ">=6.0.0 <7.0.0",
"type": "range"
},
"/home/kvhnuke/GitHub/etherwallet/node_modules/browserify-sign"
"/Users/tay/Dropbox/local-dev/etherwallet/node_modules/browserify-sign"
]
],
"_from": "elliptic@>=6.0.0 <7.0.0",
Expand Down Expand Up @@ -81845,7 +81845,7 @@ module.exports={
"_shasum": "5482d9646d54bcb89fd7d994fc9e2e9568876e3f",
"_shrinkwrap": null,
"_spec": "elliptic@^6.0.0",
"_where": "/home/kvhnuke/GitHub/etherwallet/node_modules/browserify-sign",
"_where": "/Users/tay/Dropbox/local-dev/etherwallet/node_modules/browserify-sign",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.5.6",
"version": "3.5.7",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.5.6 &nbsp;&nbsp;
&middot; v3.5.7 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/js/etherwallet-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -81809,7 +81809,7 @@ module.exports={
"spec": ">=6.0.0 <7.0.0",
"type": "range"
},
"/home/kvhnuke/GitHub/etherwallet/node_modules/browserify-sign"
"/Users/tay/Dropbox/local-dev/etherwallet/node_modules/browserify-sign"
]
],
"_from": "elliptic@>=6.0.0 <7.0.0",
Expand Down Expand Up @@ -81845,7 +81845,7 @@ module.exports={
"_shasum": "5482d9646d54bcb89fd7d994fc9e2e9568876e3f",
"_shrinkwrap": null,
"_spec": "elliptic@^6.0.0",
"_where": "/home/kvhnuke/GitHub/etherwallet/node_modules/browserify-sign",
"_where": "/Users/tay/Dropbox/local-dev/etherwallet/node_modules/browserify-sign",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.5.6",
"version": "3.5.7",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
Binary file added releases/chrome-extension-v3.5.7.zip
Binary file not shown.
Binary file added releases/dist-v3.5.7.zip
Binary file not shown.

0 comments on commit 52a3953

Please sign in to comment.