Skip to content

Commit

Permalink
update to vcode 71
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Aug 9, 2021
1 parent 62187ed commit 949016c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/global/globals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PrismUsersV2 prismUser = main.prefs.get(
) as PrismUsersV2;
String currentAppVersion = '2.6.8';
String obsoleteAppVersion = '2.6.0';
String currentAppVersionCode = '70';
String currentAppVersionCode = '71';
bool updateChecked = false;
bool updateAvailable = false;
Map versionInfo = {};
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish_to: none
# 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.6.8+70
version: 2.6.8+71

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 949016c

Please sign in to comment.