Skip to content

Commit 2e62d58

Browse files
committed
Prepare release v0.6.10
1 parent bf64138 commit 2e62d58

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
MIN_FRONTEND_VERSION = 71
36-
BACKEND_VERSION = 109
36+
BACKEND_VERSION = 110
3737

3838
APP_DIR = os.path.dirname(os.path.abspath(__file__))
3939
PROJECT_DIR = os.path.dirname(APP_DIR)

kitchenowl/lib/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:package_info_plus/package_info_plus.dart';
33

44
abstract class Config {
55
// ignore: constant_identifier_names
6-
static const int MIN_BACKEND_VERSION = 109;
6+
static const int MIN_BACKEND_VERSION = 110;
77
static const String defaultServer = "https://app.kitchenowl.org";
88
static Future<PackageInfo?>? _packageInfo; // Gets loaded by SettingsCubit
99
static PackageInfo? _packageInfoSync;

kitchenowl/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.6.11+109
18+
version: 0.6.12+110
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

metadata/en-US/changelogs/110.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- You can now plan recipes for specific dates
2+
- New recipe cooking mode
3+
- You can now set a profile picture
4+
- New and updated translations
5+
- Bug fixes and other minor improvements

0 commit comments

Comments
 (0)