From 725f95600e47bc0ef61ec94c7758274be966af7c Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Fri, 10 Jul 2020 16:46:13 +0300 Subject: [PATCH] Versin bump --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca68ae8be..8304cbbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.1.2 Fri Jul 10 2020 + - [#400](https://github.com/poanetwork/nifty-wallet/pull/400) - (Fix) Fix RNS resolving - [#399](https://github.com/poanetwork/nifty-wallet/pull/399) - (Chore) Set 10 Gwei gas price for POA and Sokol chains - [#399](https://github.com/poanetwork/nifty-wallet/pull/399) - (Fix) Fix 0 gas price when on POA, Sokol, xDai chains when confirmation popup is called from dApp diff --git a/app/manifest.json b/app/manifest.json index e171e0183..329bc7793 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.1.1", + "version": "5.1.2", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",