From 5ea3a4886562d36891e3efbf5ca21347a6933bd4 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Thu, 3 Aug 2023 21:14:09 +0200 Subject: [PATCH] Prepare release v0.4.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 8329128b..6919285d 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 = 57; + static const int MIN_BACKEND_VERSION = 75; static const String defaultServer = "https://app.kitchenowl.org"; static Future? _packageInfo; // Gets loaded by SettingsCubit static PackageInfo? _packageInfoSync; diff --git a/pubspec.yaml b/pubspec.yaml index c27fe20d..ae85c6bb 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.4.6+77 +version: 0.4.7+78 environment: sdk: '>=3.0.0 <4.0.0'