diff options
author | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-08 17:43:49 +0800 |
---|---|---|
committer | Chen Wei <chenwei@byzantine-lab.io> | 2019-07-08 17:43:49 +0800 |
commit | 107553f77c32b89792d42ab7d174eade56d1b63c (patch) | |
tree | c29e1dc0e0e9215525492bc34579d7157201565f | |
parent | 6663d30beb42d91df955e80a6c0674c01c031ea2 (diff) | |
download | tangerine-wallet-browser-107553f77c32b89792d42ab7d174eade56d1b63c.tar.gz tangerine-wallet-browser-107553f77c32b89792d42ab7d174eade56d1b63c.tar.zst tangerine-wallet-browser-107553f77c32b89792d42ab7d174eade56d1b63c.zip |
bump version
-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 683c37daa..3f5446ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 6.7.3 Mon Jul 08 2019 + ## 6.7.2 Thu Jul 04 2019 ## 6.7.1 Fri Jun 28 2019 diff --git a/app/manifest.json b/app/manifest.json index 001a6426f..e975bfc0d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.7.2", + "version": "6.7.3", "manifest_version": 2, "author": "dev@byzantine-lab.io", "description": "__MSG_appDescription__", |