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

Commit

Permalink
Release: v3.10.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Sep 17, 2017
1 parent fc7c12f commit e03b596
Show file tree
Hide file tree
Showing 12 changed files with 2,241 additions and 907 deletions.
2 changes: 1 addition & 1 deletion app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
<div class="tagline">
<span>3.10.3.4</span>
<span>3.10.3.5</span>
<span class="dropdown dropdown-lang" ng-cloak>
<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>
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",
"version": "3.10.3.4",
"version": "3.10.3.5",
"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.10.3.4",
"version": "3.10.3.5",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/translations/ht.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ CONTRACT_Write : 'ECRIRE ',
DEP_generate : 'Générer le bytecode ',
DEP_generated : 'Bytecode généré ',
DEP_signtx : 'Signer la transaction ',
DEP_interface : 'Interface générée '
DEP_interface : 'Interface générée ',

/* Node Switcher */
NODE_Title : 'ENSTALE NE SEKRÈ W’ LA ',
Expand Down Expand Up @@ -468,7 +468,7 @@ HELP_2b_Title : '2b) KÒMAN POU M’ JERE AK TOUT SEKIRITE YON MAG
HELP_2b_Desc_1 : 'ALE NAN GITHUB NOU AN : [https://github.com/kvhnuke/etherwallet/releases/latest](https://github.com/kvhnuke/etherwallet/releases/latest). ',
HELP_2b_Desc_2 : 'PEZE SOU DIST-VX.X.X.X.ZIP` ',
HELP_2b_Desc_3 : 'METE ZIP LASOU YON KOMPITÈ SAN SIYAL. ',
HELP_2b_Desc_4 : 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. '
HELP_2b_Desc_4 : 'DEZIPE L’ PEZE 2 FWA SOU INDEX.HTML`. ',
HELP_2b_Desc_5 : ' YON BOUS AVÈK YON GWO KÒD SEKRÈ. ',
HELP_2b_Desc_6 : 'KENBE ADRÈS LA. KENBE BAGAY YO OU METE KLE SEKRÈ A. KENBE KÒD SEKRÈ A SI W’ PA TA VLE TOUJOU AP SONJE L’. ',
HELP_2b_Desc_7 : 'BYEN SERE PAPYE YO EPI/ OSWA KLE USB SA YO NAN YON KOTE BYEN LWEN. ',
Expand Down
192 changes: 95 additions & 97 deletions chrome-extension/cx-wallet.html

Large diffs are not rendered by default.

194 changes: 96 additions & 98 deletions chrome-extension/helpers.html

Large diffs are not rendered by default.

1,181 changes: 926 additions & 255 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",
"version": "3.10.3.4",
"version": "3.10.3.5",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
194 changes: 96 additions & 98 deletions dist/helpers.html

Large diffs are not rendered by default.

192 changes: 95 additions & 97 deletions dist/index.html

Large diffs are not rendered by default.

1,181 changes: 926 additions & 255 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

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.10.3.4",
"version": "3.10.3.5",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down

0 comments on commit e03b596

Please sign in to comment.