diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-07 14:42:54 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-07 14:47:15 +0800 |
commit | a51bc82abf088a3320edfc52ea8113b4f29e94c0 (patch) | |
tree | 06bbd555e9f0a7804d0f1b34df512ee022ee2a26 | |
parent | dd6bafdae072135b297cbd3ffe16dbe9c7ffec7b (diff) | |
download | dexon-wallet-a51bc82abf088a3320edfc52ea8113b4f29e94c0.tar.gz dexon-wallet-a51bc82abf088a3320edfc52ea8113b4f29e94c0.tar.zst dexon-wallet-a51bc82abf088a3320edfc52ea8113b4f29e94c0.zip |
1.2.5
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 | ||||
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e779e7..2a3283fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.2.5 Thu Mar 07 2019 + ## 1.2.4 Fri Jan 04 2019 ## 1.2.3 Wed Dec 19 2018 diff --git a/app/manifest.json b/app/manifest.json index 8408a55d..69c86071 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.2.4", + "version": "1.2.5", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", diff --git a/package-lock.json b/package-lock.json index d9ed23ae..b47c611b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dekusan", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e92d7b6..7b489611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dekusan", - "version": "1.2.4", + "version": "1.2.5", "public": false, "private": true, "scripts": { |