Skip to content

Commit

Permalink
chore: bump v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 12, 2024
1 parent f7444bc commit e81dd53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const int EXTERNAL_GAP_LIMIT = 10;
const int INTERNAL_GAP_LIMIT = 3;
const bool ENCRYPT_DB = false;
const int PAGINATION_LIMIT = 10;
const String VERSION_NUMBER = '1.1.2';
const String VERSION_NUMBER = '1.1.3';
const double DASHBOARD_HEADER_HEIGTH = 258;
const double HEADER_HEIGTH = 158;
const int ENCRYPTED_XPRV_LENGTH = 293;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ msix_config:
publisher_display_name: Witnet Foundation
publisher: CN=<REAL_CN>
identity_name: WitnetFoundation.myWitWallet
msix_version: 1.1.2.0
msix_version: 1.2.1.0
logo_path: .\assets\icon\icon.png
msstore_appId: 9PN09DKWPL57

0 comments on commit e81dd53

Please sign in to comment.