Skip to content

Commit

Permalink
Prepare beta 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Sep 14, 2024
1 parent 6377374 commit 913a42b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion kitchenowl/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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?>? _packageInfo; // Gets loaded by SettingsCubit
static PackageInfo? _packageInfoSync;
Expand Down
2 changes: 1 addition & 1 deletion kitchenowl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 913a42b

Please sign in to comment.