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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Dec 3, 2016
1 parent aafe38f commit 0042645
Show file tree
Hide file tree
Showing 8 changed files with 90,764 additions and 101,140 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.3 &middot;
&middot; v3.3.4 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
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: 375px" translate="CX_Tagline">Open Source JavaScript Client-Side Ether Wallet Chrome Extension</span>

&middot; v3.3.3 &middot;
&middot; v3.3.4 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
Expand Down
95,948 changes: 45,380 additions & 50,568 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.3",
"version": "3.3.4",
"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 @@ -43,7 +43,7 @@



&middot; v3.3.3 &middot;
&middot; v3.3.4 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
Expand Down
95,948 changes: 45,380 additions & 50,568 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

Binary file added releases/chrome-extension-v3.3.4.zip
Binary file not shown.
Binary file added releases/dist-v3.3.4.zip
Binary file not shown.

0 comments on commit 0042645

Please sign in to comment.