From 4e0ab0629d840958c2d9aecab42ca2b9e0927f3a Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Tue, 22 Nov 2022 16:05:03 +0100 Subject: [PATCH] Prepare beta 0.3.7 --- lib/config.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"