From 8f1541d8e7f748bdda9ce567c78e8e9cfd25de40 Mon Sep 17 00:00:00 2001 From: wk3368 Date: Sun, 11 Jul 2021 15:32:02 +0800 Subject: [PATCH] bump version to 1.7.0 --- CHANGELOG.md | 5 +++++ app/manifest/_base.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0c2abb..ec42673c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.7.0] - 2021-07-11 +- support `Personal Sign' in [starmask-test-dapp](https://github.com/starcoinorg/starmask-test-dapp) +- change explorer url to https://stcscan.io +- fix: create vault by import mnemoonic will get 2 accounts + ## [1.6.1] - 2021-07-01 - fix: scannedAddress is not undefined while switch network in the send page - fix: display errors in the transaction detail page diff --git a/app/manifest/_base.json b/app/manifest/_base.json index 5aeb123a..ea692e79 100644 --- a/app/manifest/_base.json +++ b/app/manifest/_base.json @@ -75,7 +75,7 @@ "activeTab" ], "short_name": "__MSG_appName__", - "version": "1.6.1", + "version": "1.7.0", "web_accessible_resources": [ "inpage.js", "phishing.html"