diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-08 23:29:01 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:35:00 +0800 |
commit | ba29f96474f2c71bc1f66d77132393cf2adfd81c (patch) | |
tree | b1bfa8bfaa6ca086c79aaf09065fd51d6ea3b4de | |
parent | 46fce27f13c3681a7e5403842e518717925a6b17 (diff) | |
download | dexon-wallet-ba29f96474f2c71bc1f66d77132393cf2adfd81c.tar.gz dexon-wallet-ba29f96474f2c71bc1f66d77132393cf2adfd81c.tar.zst dexon-wallet-ba29f96474f2c71bc1f66d77132393cf2adfd81c.zip |
bump version
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9325d6..366ee8f7 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.1 Thu Nov 08 2018 + ## 1.0.0 Mon Nov 05 2018 ## 0.1.4 Fri Nov 02 2018 diff --git a/app/manifest.json b/app/manifest.json index 73eb5f38..e2d8b636 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.0", + "version": "1.0.1", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |