Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Apr 19, 2021
1 parent 2f902c3 commit 8adde5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/common/consts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const prefixList = [

/// app versions
enum BuildTargets { apk, playStore, dev }
const String app_beta_version = 'v2.0.3-beta.1';
const int app_beta_version_code = 2031;
const String app_beta_version = 'v2.0.3-beta.2';
const int app_beta_version_code = 2032;

const show_guide_status_key = 'show_guide_status';
const show_banner_status_key = 'show_banner_status';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.3+2031
version: 2.0.3+2032

environment:
sdk: ">=2.10.0 <3.0.0"
Expand Down

0 comments on commit 8adde5a

Please sign in to comment.