diff options
-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": { |