diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-01 18:23:09 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-01 18:23:09 +0800 |
commit | f269b3271217b272d1368e451d5af5ff7a80bf01 (patch) | |
tree | 74a694ef62884ed0263738cbbf23e997c95da0ca | |
parent | 5c6298757fcf84b9398343388098e884469451c2 (diff) | |
download | dexon-wallet-f269b3271217b272d1368e451d5af5ff7a80bf01.tar.gz dexon-wallet-f269b3271217b272d1368e451d5af5ff7a80bf01.tar.zst dexon-wallet-f269b3271217b272d1368e451d5af5ff7a80bf01.zip |
Version 1.2.6
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3283fd..13d9e7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.2.6 Mon Apr 01 2019 + ## 1.2.5 Thu Mar 07 2019 ## 1.2.4 Fri Jan 04 2019 diff --git a/app/manifest.json b/app/manifest.json index 69c86071..6e9c5c1b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.2.5", + "version": "1.2.6", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", diff --git a/package.json b/package.json index 7b489611..7b9497e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dekusan", - "version": "1.2.5", + "version": "1.2.6", "public": false, "private": true, "scripts": { |