aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-18 11:51:14 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:17:19 +0800
commit03b3970b99c9301b463c309b8432de13b16f0e51 (patch)
tree622cdcf7cecefa00b84a846c430c8507f4533ac3
parent15929efe35580eb76e93c9c4f6e67fd44e526274 (diff)
downloaddexon-wallet-03b3970b99c9301b463c309b8432de13b16f0e51.tar.gz
dexon-wallet-03b3970b99c9301b463c309b8432de13b16f0e51.tar.zst
dexon-wallet-03b3970b99c9301b463c309b8432de13b16f0e51.zip
Bump patch version
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/manifest.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8c1937a..d4e06f0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1203,3 +1203,9 @@ Made seed word restoring BIP44 compatible.
## 0.14.0
Added the ability to restore accounts from seed words.
+## Current Master
+
+## 0.1.0
+
+- Fork from MetaMask.
+- Update UI/UX design.
diff --git a/app/manifest.json b/app/manifest.json
index f8201b32..15e8c2c1 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "0.1.0",
+ "version": "0.1.1",
"manifest_version": 2,
"author": "https://dexon.org",
"description": "__MSG_appDescription__",