Version:bump 5.1.0

This commit is contained in:
Victor Baranov 2020-05-12 09:18:08 +03:00
parent e1d99a41eb
commit be0d0976dd
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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__",

View File

@ -328,6 +328,6 @@
},
"engines": {
"node": "10.19.0",
"npm": "^6.13.4"
"npm": "^6.14.5"
}
}