Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit f142131

Browse files
Bump to 2.4.6
1 parent 64d7743 commit f142131

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Version 2.4.5
3+
## Version 2.4.6
44

5-
- Fixed Changelly widget
5+
- Fix Changelly widget
66
- Fix voting
7+
- Fix broken node link in faq
78

89
## Version 2.4.4
910

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NEM-Wallet",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
44
"description": "Cross-platform lite wallet for NEM",
55
"author": "https://github.com/QuantumMechanics",
66
"license": "MIT",

src/app/config/app.constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const AppConstants = {
22
//Application name
33
appName: 'NEM Wallet',
44

5-
version: '2.4.5',
5+
version: '2.4.6',
66

77
//Network
88
defaultNetwork: 104,

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NEM-Wallet",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
44
"description": "Cross-platform lite wallet for NEM",
55
"author": "https://github.com/QuantumMechanics",
66
"license": "MIT",

0 commit comments

Comments
 (0)