diff options
author | Chen Wei <wei.chen@cobinhood.com> | 2019-09-16 15:01:20 +0800 |
---|---|---|
committer | Chen Wei <wei.chen@cobinhood.com> | 2019-09-16 15:01:20 +0800 |
commit | b30a3f35b1518ef243c09d4ec11f8c069f15dc0d (patch) | |
tree | 3b98c1183393abf58fe8325a1999978c7cdf336e | |
parent | 5fde796c1a150186c789111eb883004be829c687 (diff) | |
download | tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar.gz tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar.bz2 tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar.lz tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar.xz tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.tar.zst tangerine-wallet-browser-b30a3f35b1518ef243c09d4ec11f8c069f15dc0d.zip |
bump version to 6.8.2
-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 8cabfc64a..939d519ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 6.8.2 Mon Sep 16 2019 + ## 6.8.1 Fri Sep 06 2019 ## 6.8.0 Thu Jul 18 2019 diff --git a/app/manifest.json b/app/manifest.json index b2a4f06ca..f18cd7d08 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.8.1", + "version": "6.8.2", "manifest_version": 2, "author": "dev@byzantine-lab.io", "description": "__MSG_appDescription__", |