Skip to content

Commit 3ea02b6

Browse files
committed
chore: bump v0.1.6-dev
1 parent 5fc0276 commit 3ea02b6

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.5-dev';
73+
const String VERSION_NUMBER = '0.1.6-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
@@ -109,6 +109,6 @@ msix_config:
109109
publisher_display_name: Witnet Foundation
110110
publisher: CN=<REAL_CN>
111111
identity_name: WitnetFoundation.myWitWallet
112-
msix_version: 0.1.5.0
112+
msix_version: 0.1.6.0
113113
logo_path: .\assets\icon\icon.png
114114
msstore_appId: 9PN09DKWPL57

0 commit comments

Comments
 (0)