From 949016ce2af40edeeba49c83c0f037fef9443648 Mon Sep 17 00:00:00 2001 From: Abhay Maurya Date: Mon, 9 Aug 2021 18:54:18 +0530 Subject: [PATCH] update to vcode 71 --- lib/global/globals.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/global/globals.dart b/lib/global/globals.dart index 60afd766..6326fcf0 100644 --- a/lib/global/globals.dart +++ b/lib/global/globals.dart @@ -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 = {}; diff --git a/pubspec.yaml b/pubspec.yaml index c7139c00..46350267 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'