diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-05 11:43:53 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:34:14 +0800 |
commit | 03919aff89a816241980b699044965720635b8f2 (patch) | |
tree | 6303288dc01a3b5340b1c30ed1fa53e0d2441550 | |
parent | 161b38826017d27e4eda93409076beb1568cd22e (diff) | |
download | dexon-wallet-03919aff89a816241980b699044965720635b8f2.tar.gz dexon-wallet-03919aff89a816241980b699044965720635b8f2.tar.zst dexon-wallet-03919aff89a816241980b699044965720635b8f2.zip |
Bump version to 1.0.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/_locales/en/messages.json | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d73420..1c9325d6 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.0 Mon Nov 05 2018 + ## 0.1.4 Fri Nov 02 2018 ## 0.1.3 Fri Oct 26 2018 diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 3a18eb34..f74a9f9c 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -278,7 +278,7 @@ "message": "Passwords Don't Match" }, "dexscanView": { - "message": "View account on DEXscan" + "message": "View account on DexScan" }, "exchangeRate": { "message": "Exchange Rate" @@ -1367,7 +1367,7 @@ "message": "Updated $1" }, "viewOnDexScan": { - "message": "View on DEXscan" + "message": "View on DexScan" }, "welcomeBack": { "message": "Welcome Back!" diff --git a/app/manifest.json b/app/manifest.json index afdb0c59..c796e9a6 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "0.1.4", + "version": "1.0.0", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |