diff options
-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 4c059c71..f5e779e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.2.4 Fri Jan 04 2019 + ## 1.2.3 Wed Dec 19 2018 ## 1.2.2 Wed Dec 12 2018 diff --git a/app/manifest.json b/app/manifest.json index 8a968c93..8408a55d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.2.3", + "version": "1.2.4", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |