From be0d0976dd7e11bb3115bfcf5665108f2815230d Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 12 May 2020 09:18:08 +0300 Subject: [PATCH] Version:bump 5.1.0 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f714fa1..6c2ea0ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 5.1.0 Tue May 12 2020 + - [#356](https://github.com/poanetwork/nifty-wallet/pull/356) - (Backwards-compatibility feature) Custom derivation paths and access to funds in accounts derived from ETH dPath - [#379](https://github.com/poanetwork/nifty-wallet/pull/379) - (Feature) Ability to set custom nonce of tx - [#377](https://github.com/poanetwork/nifty-wallet/pull/377) - (Fix) Sign message screen: do not decode message if it is not hex encoded diff --git a/app/manifest.json b/app/manifest.json index 8350e7259..d496f9a81 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.0.3", + "version": "5.1.0", "manifest_version": 2, "author": "POA Network", "description": "__MSG_appDescription__", diff --git a/package.json b/package.json index 463f61538..d4614a57c 100644 --- a/package.json +++ b/package.json @@ -328,6 +328,6 @@ }, "engines": { "node": "10.19.0", - "npm": "^6.13.4" + "npm": "^6.14.5" } }