diff --git a/lib/config.dart b/lib/config.dart index 0a003cbc..8d3e069e 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -3,7 +3,7 @@ import 'package:package_info_plus/package_info_plus.dart'; abstract class Config { // ignore: constant_identifier_names - static const int MIN_BACKEND_VERSION = 48; + static const int MIN_BACKEND_VERSION = 49; static Future? _packageInfo; // Gets loaded by SettingsCubit static PackageInfo? _packageInfoSync; static Future? deviceInfo; diff --git a/pubspec.yaml b/pubspec.yaml index dc6624c6..f75d0544 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 0.3.6+63 +version: 0.3.7+64 environment: sdk: ">=2.18.0 <3.0.0"