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

Commit

Permalink
Cleanup and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Aug 10, 2018
1 parent f031055 commit 4be9702
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
- node_modules
sudo: required
dist: trusty
node_js: '7'
node_js: '8'
env: CXX=g++-4.8
addons:
apt:
Expand Down Expand Up @@ -36,4 +36,4 @@ deploy:
tags: true
notifications:
slack:
secure: qiRVkvr+ErtjPrZ3BYXsisYCqS8alTsx9L3bkxkRdst7hkFxc/QzxPFxOHFTdxXUiispTfxXabAV31JEpLzUx25cPRLkR/gnHk4yUtQ4HlwjsSxb+4Gi99WvuNmLq22uD3e+O1//JCiGAF/hcnglx9ifWfFK/cgVwjIVuqxyHj7MiZSEke388odH8GMDF/MdpClQQ8c4MMaM6hnQqt5yocgXhnATxZyzJbJ+ljD6n64MGG7IYZ60vCmWTkUDwIwwhIAG/bYWjU3s8f+0kxdZpPQcWwGIJ9GNaVrcbvORKrHEQ/RUUmpv5WzsiUIahJflrQSWr4zciQU3AZyXpp4z+MMM+uBh0cg8GIk1lXXwYQfDLAeD/JR/NSgGiDzwAFv73dEwsBAf1lG43knuowfmt6fZoXMrC+rztptX36hdJ/XFyaWEQnfnqBjeNJ8OfmlyL++8ojgDbuioBdsnHKFQPG3Bt6rxPCL/C98ZAotxWOmjr4wfdQIxewiEo2ghjgwoLW9KJBFtGg+IxQC3ymHKRPaujK1y0X5tTIgBeydEd63fQU/n3jrbwJaZ2ExKmE2Ixl7YfWJ7TybA/h+ZGaoueiugVhy/ENuqg3xffQtXI7bZVgNYbY4MM9JanBZyOu8BccddVZYnZAOBYAiRhsNH5XsARLF3mftP6zw3XNfYwRA=
secure: qiRVkvr+ErtjPrZ3BYXsisYCqS8alTsx9L3bkxkRdst7hkFxc/QzxPFxOHFTdxXUiispTfxXabAV31JEpLzUx25cPRLkR/gnHk4yUtQ4HlwjsSxb+4Gi99WvuNmLq22uD3e+O1//JCiGAF/hcnglx9ifWfFK/cgVwjIVuqxyHj7MiZSEke388odH8GMDF/MdpClQQ8c4MMaM6hnQqt5yocgXhnATxZyzJbJ+ljD6n64MGG7IYZ60vCmWTkUDwIwwhIAG/bYWjU3s8f+0kxdZpPQcWwGIJ9GNaVrcbvORKrHEQ/RUUmpv5WzsiUIahJflrQSWr4zciQU3AZyXpp4z+MMM+uBh0cg8GIk1lXXwYQfDLAeD/JR/NSgGiDzwAFv73dEwsBAf1lG43knuowfmt6fZoXMrC+rztptX36hdJ/XFyaWEQnfnqBjeNJ8OfmlyL++8ojgDbuioBdsnHKFQPG3Bt6rxPCL/C98ZAotxWOmjr4wfdQIxewiEo2ghjgwoLW9KJBFtGg+IxQC3ymHKRPaujK1y0X5tTIgBeydEd63fQU/n3jrbwJaZ2ExKmE2Ixl7YfWJ7TybA/h+ZGaoueiugVhy/ENuqg3xffQtXI7bZVgNYbY4MM9JanBZyOu8BccddVZYnZAOBYAiRhsNH5XsARLF3mftP6zw3XNfYwRA=
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Release v3.21.20
### New
- Add AMLT, MTC and DGTX tokens, update TWNKL to MOVED [#2001](https://github.com/kvhnuke/etherwallet/pull/2001)
- Add CYFM and MFTU tokens [#1998](https://github.com/kvhnuke/etherwallet/pull/1998)
Expand Down
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.19</p>
<p class="small visible-xs">3.21.20</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.19</p>
<p class="small visible-xs">3.21.20</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.21.19</span>
<span class="hidden-xs">3.21.20</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" 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.21.19",
"version": "3.21.20",
"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.21.19",
"version": "3.21.20",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down

0 comments on commit 4be9702

Please sign in to comment.