Skip to content

Commit 0e5406a

Browse files
authored
Merge pull request #337 from parodyBit/chore_bump_v0.1.4_dev
chore: bump v0.1.4-dev
2 parents e41edfb + 7bb45c3 commit 0e5406a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const int EXTERNAL_GAP_LIMIT = 10;
7070
const int INTERNAL_GAP_LIMIT = 3;
7171
const bool ENCRYPT_DB = false;
7272
const int PAGINATION_LIMIT = 10;
73-
const String VERSION_NUMBER = '0.1.3-dev';
73+
const String VERSION_NUMBER = '0.1.4-dev';
7474
const double DASHBOARD_HEADER_HEIGTH = 280;
7575
const double HEADER_HEIGTH = 185;
7676
const int ENCRYPTED_XPRV_LENGTH = 293;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ msix_config:
116116
publisher_display_name: Witnet Foundation
117117
publisher: CN=<REAL_CN>
118118
identity_name: WitnetFoundation.myWitWallet
119-
msix_version: 0.1.3.0
119+
msix_version: 0.1.4.0
120120
logo_path: .\assets\icon\icon.png
121121
msstore_appId: 9PN09DKWPL57

0 commit comments

Comments
 (0)