From 5e49fa72b46080689a4dc1d2c3c8c91cf352c865 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Fri, 1 May 2020 17:24:26 +0300 Subject: [PATCH] Bump version: 5.0.3 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c799d3805..a8b6d258e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.0.3 Fri May 01 2020 + - [#373](https://github.com/poanetwork/nifty-wallet/pull/373) - (Feature) Add STAKE token - [#372](https://github.com/poanetwork/nifty-wallet/pull/372) - (Chore) Update RSK contracts metadata repo - [#369](https://github.com/poanetwork/nifty-wallet/pull/369) - (Fix) RSK: fix GasPrice calculation (changed interface of minimumGasPrice - hex instead of integer) diff --git a/app/manifest.json b/app/manifest.json index c4c49818c..8350e7259 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.0.2", + "version": "5.0.3", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__",