Skip to content

Commit

Permalink
chore: fix vcode for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed May 16, 2024
1 parent d54a3d9 commit 7a6fea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ platform :ios do

# ! Echo bigger number + 1
biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN
UI.message "Please use VersionCode: #{biggerBN+1}"
UI.message "Please use VersionCode: #{biggerBN+2}"
end

############ ? Prepare CI Lane ############
Expand Down
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.2.0';
const String VERSION_NUMBER = '1.1.2';
const double DASHBOARD_HEADER_HEIGTH = 258;
const double HEADER_HEIGTH = 158;
const int ENCRYPTED_XPRV_LENGTH = 293;
Expand Down

0 comments on commit 7a6fea0

Please sign in to comment.