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

Commit

Permalink
Release: v3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano authored and tayvano committed Jan 3, 2017
1 parent 022b414 commit 17068f5
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 1,667 deletions.
2 changes: 1 addition & 1 deletion app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="tagline">
<span style="max-width: 375px" translate="CX_Tagline">Open Source JavaScript Client-Side Ether Wallet Chrome Extension</span>
}
&middot; v3.3.6
&middot; v3.3.7

&nbsp;&nbsp;

Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

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: 375px" translate="CX_Tagline">Open Source JavaScript Client-Side Ether Wallet Chrome Extension</span>

&middot; v3.3.6
&middot; v3.3.7

&nbsp;&nbsp;

Expand Down
948 changes: 118 additions & 830 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

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.3.6",
"version": "3.3.7",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@



&middot; v3.3.6
&middot; v3.3.7

&nbsp;&nbsp;

Expand Down
948 changes: 118 additions & 830 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ethereum-bip44": "^2.1.3",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-tx": "^1.1.2",
"ethereumjs-util": "^4.5.0",
"ethereumjs-util": "^5.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bump": "^2.5.1",
Expand Down
Binary file added releases/chrome-extension-v3.3.7.zip
Binary file not shown.
Binary file added releases/dist-v3.3.7.zip
Binary file not shown.

0 comments on commit 17068f5

Please sign in to comment.