From 1f40f2e854aedc4f36d6fd2a760d6b2bb339e378 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 20 Oct 2020 16:08:01 +0300 Subject: [PATCH] Update version --- CHANGELOG.md | 6 +++++- app/manifest.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a256422..eb7a5b638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## Current Master -## 5.1.4 Tue Oct 20 2020 +## 5.1.5 Tue Oct 20 2020 - [#416](https://github.com/poanetwork/nifty-wallet/pull/416) - Change Copy token address text - [#415](https://github.com/poanetwork/nifty-wallet/pull/415) - Fix broken Blockscout's token transfers page link +## 5.1.4 Tue Aug 04 2020 + +Removal of webRequest permission was not applied in the previous version. Applying it here. + ## 5.1.3 Tue Aug 04 2020 - [#407](https://github.com/poanetwork/nifty-wallet/pull/407) - Remove excess extension permissions: webRequest diff --git a/app/manifest.json b/app/manifest.json index 0214f91cc..a1050405b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.1.4", + "version": "5.1.5", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",