aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
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": {