diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 | ||||
-rw-r--r-- | package.json | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e06f0d..217b151d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1205,6 +1205,8 @@ Made seed word restoring BIP44 compatible. Added the ability to restore accounts from seed words. ## Current Master +## 0.1.2 Tue Oct 23 2018 + ## 0.1.0 - Fork from MetaMask. diff --git a/app/manifest.json b/app/manifest.json index 0f957f54..4fa1e7ec 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "0.1.1", + "version": "0.1.2", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", diff --git a/package.json b/package.json index f6abd338..b4507875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "metamask-crx", - "version": "0.0.0", + "name": "dekusan", + "version": "0.1.2", "public": false, "private": true, "scripts": { |