Skip to content

Commit d0e074a

Browse files
committed
chore: bump 0.2.0-dev
1 parent 33501fc commit d0e074a

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
@@ -116,7 +116,7 @@ const int EXTERNAL_GAP_LIMIT = 10;
116116
const int INTERNAL_GAP_LIMIT = 3;
117117
const bool ENCRYPT_DB = false;
118118
const int PAGINATION_LIMIT = 10;
119-
const String VERSION_NUMBER = '0.1.9-dev';
119+
const String VERSION_NUMBER = '0.2.0-dev';
120120
const double DASHBOARD_HEADER_HEIGTH = 258;
121121
const double HEADER_HEIGTH = 158;
122122
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.9.0
119+
msix_version: 0.2.0.0
120120
logo_path: .\assets\icon\icon.png
121121
msstore_appId: 9PN09DKWPL57

0 commit comments

Comments
 (0)