diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index d0d1b7be..6caeaab6 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -40,7 +40,7 @@ platform :ios do # ! Echo bigger number + 1 biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN - UI.message "Please use VersionCode: #{biggerBN+8}" + UI.message "Please use VersionCode: #{biggerBN+1}" end ############ ? Prepare CI Lane ############ diff --git a/lib/constants.dart b/lib/constants.dart index 4b5524bb..0e3b10c3 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.0.0'; +const String VERSION_NUMBER = '1.0.1'; 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 428cd4e8..9f396eac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -116,6 +116,6 @@ msix_config: publisher_display_name: Witnet Foundation publisher: CN= identity_name: WitnetFoundation.myWitWallet - msix_version: 1.0.0.0 + msix_version: 1.0.1.0 logo_path: .\assets\icon\icon.png msstore_appId: 9PN09DKWPL57 \ No newline at end of file