diff --git a/backend/app/config.py b/backend/app/config.py index 66e5f623..059ba4cf 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -33,7 +33,7 @@ MIN_FRONTEND_VERSION = 71 -BACKEND_VERSION = 97 +BACKEND_VERSION = 98 APP_DIR = os.path.dirname(os.path.abspath(__file__)) PROJECT_DIR = os.path.dirname(APP_DIR) diff --git a/kitchenowl/lib/config.dart b/kitchenowl/lib/config.dart index b9cacec7..2c82f01f 100644 --- a/kitchenowl/lib/config.dart +++ b/kitchenowl/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 = 88; + static const int MIN_BACKEND_VERSION = 98; static const String defaultServer = "https://app.kitchenowl.org"; static Future? _packageInfo; // Gets loaded by SettingsCubit static PackageInfo? _packageInfoSync; diff --git a/kitchenowl/pubspec.yaml b/kitchenowl/pubspec.yaml index 71b7901b..9267dca9 100644 --- a/kitchenowl/pubspec.yaml +++ b/kitchenowl/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.5.2+97 +version: 0.6.0+98 environment: sdk: ">=3.0.0 <4.0.0"