diff --git a/CHANGELOG.md b/CHANGELOG.md index 264f848c2..84a256422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.1.4 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 diff --git a/app/manifest.json b/app/manifest.json index 9369946f3..0214f91cc 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.1.3", + "version": "5.1.4", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",