diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-06 11:54:37 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-06 11:54:37 +0800 |
commit | 624b2926d4a96275ab17b42c1711bb76553d7a8b (patch) | |
tree | 40ac60c6a01e62be96ab93a9c3aa906554e14879 | |
parent | 5b0a8131a8fe0401684c7c3c7832140ad2c74b09 (diff) | |
download | dexon-wallet-624b2926d4a96275ab17b42c1711bb76553d7a8b.tar.gz dexon-wallet-624b2926d4a96275ab17b42c1711bb76553d7a8b.tar.zst dexon-wallet-624b2926d4a96275ab17b42c1711bb76553d7a8b.zip |
Update 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 3ac0c0d8..84195760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.3.0 Sat Apr 06 2019 + ## 1.2.6 Mon Apr 01 2019 ## 1.2.5 Thu Mar 07 2019 diff --git a/app/manifest.json b/app/manifest.json index 2358b9f6..baecdd39 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.2.6", + "version": "1.3.0", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |