From 4f50d9c5c3f3825c2cb570cf3eab250a4a5b88d8 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 31 Mar 2020 01:02:47 +0300 Subject: [PATCH] NW 5.0.0 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ca430aa..83bcc2cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.0.0 Tue Mar 31 2020 + - [#340](https://github.com/poanetwork/nifty-wallet/pull/340) - (Feature) Update in-page provider (EIP-1193) - [#334](https://github.com/poanetwork/nifty-wallet/pull/334) - (Feature) Ability to set tx value for payable methods - [#333](https://github.com/poanetwork/nifty-wallet/pull/333) - (Fix) Support RSK testnet explorer links diff --git a/app/manifest.json b/app/manifest.json index ad745e943..711cb245f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.11.10", + "version": "5.0.0", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",