Update version

This commit is contained in:
Victor Baranov 2020-10-20 16:08:01 +03:00
parent 70da6104cb
commit 1f40f2e854
2 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,15 @@
## Current Master ## 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 - [#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 - [#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 ## 5.1.3 Tue Aug 04 2020
- [#407](https://github.com/poanetwork/nifty-wallet/pull/407) - Remove excess extension permissions: webRequest - [#407](https://github.com/poanetwork/nifty-wallet/pull/407) - Remove excess extension permissions: webRequest

View File

@ -1,7 +1,7 @@
{ {
"name": "__MSG_appName__", "name": "__MSG_appName__",
"short_name": "__MSG_appName__", "short_name": "__MSG_appName__",
"version": "5.1.4", "version": "5.1.5",
"manifest_version": 2, "manifest_version": 2,
"author": "POA Network", "author": "POA Network",
"description": "__MSG_appDescription__", "description": "__MSG_appDescription__",