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

Commit

Permalink
Release 3.3.3: Add sign messages page, fixed mandatory estimate gas, …
Browse files Browse the repository at this point in the history
…fixed only ETC dropdown typo
  • Loading branch information
tayvano committed Nov 28, 2016
1 parent 8c8f506 commit 6814d3b
Show file tree
Hide file tree
Showing 9 changed files with 86,021 additions and 97,903 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.2 &middot;
&middot; v3.3.3 &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.2 &middot;
&middot; v3.3.3 &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
91,957 changes: 43,008 additions & 48,949 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.2",
"version": "3.3.3",
"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.2 &middot;
&middot; v3.3.3 &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
91,957 changes: 43,008 additions & 48,949 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gulp html builds html templates
staticJS recompiles and uglifies staticJS files
copy runs staticJS first. copies images, fonts, and other static files to cx and dist
gulp build html styles js (staticJS) copy
gulp build-productions html styles js-production (staticJS) copy
gulp build-production html styles js-production (staticJS) copy
clean cleans files we don't need that get compiled
getVersion gets version from manifest
zip zips dist folder w/ version number
Expand Down
Binary file added releases/chrome-extension-v3.3.3.zip
Binary file not shown.
Binary file added releases/dist-v3.3.3.zip
Binary file not shown.

0 comments on commit 6814d3b

Please sign in to comment.