From e81dd5304888204572f7b1450bc5fb104e034818 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Mon, 12 Aug 2024 16:40:33 +0200 Subject: [PATCH] chore: bump v1.1.3 --- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 808a0b450..c9a9a3b82 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index 853b16f47..6e34c64b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -117,6 +117,6 @@ msix_config: publisher_display_name: Witnet Foundation publisher: 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 \ No newline at end of file