Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nanowallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 2.7.1

- Upgraded trezor-connect to v9

## Version 2.7.0

- Added SuperNode program module
Expand Down
2 changes: 1 addition & 1 deletion nanowallet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nanowallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NEM-Wallet",
"version": "2.7.0",
"version": "2.7.1",
"description": "Cross-platform lite wallet for NEM",
"author": "https://github.com/QuantumMechanics <qmnwdev@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion nanowallet/src/app/config/app.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const AppConstants = {
//Application name
appName: 'NEM Wallet',

version: '2.7.0',
version: '2.7.1',

//Network
defaultNetwork: 104,
Expand Down