diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-09 19:19:38 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:49:01 +0800 |
commit | f0527265dd688255757bc1eb914af0df7cbe5d26 (patch) | |
tree | b7acf1a1881b3bdd502609cc594e1e9451ac09f9 | |
parent | 55ebe85a13070672bdb0f1549d6dbdcaeed5b969 (diff) | |
download | dexon-wallet-f0527265dd688255757bc1eb914af0df7cbe5d26.tar.gz dexon-wallet-f0527265dd688255757bc1eb914af0df7cbe5d26.tar.zst dexon-wallet-f0527265dd688255757bc1eb914af0df7cbe5d26.zip |
Bypass Firefix addon version number
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 | ||||
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bcdcdc..e675743b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1205,6 +1205,8 @@ Made seed word restoring BIP44 compatible. Added the ability to restore accounts from seed words. ## Current Master +## 1.0.6 Fri Nov 09 2018 + ## 1.0.5 Fri Nov 09 2018 ## 1.0.4 Fri Nov 09 2018 diff --git a/app/manifest.json b/app/manifest.json index 34f498aa..c4c77ff8 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.5", + "version": "1.0.6", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss index 74752d7d..5f546dc0 100644 --- a/ui/app/css/itcss/components/new-account.scss +++ b/ui/app/css/itcss/components/new-account.scss @@ -320,7 +320,7 @@ &__footer { width: 100%; - + &__title { padding-top: 15px; padding-bottom: 12px; |