File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
35
35
MIN_FRONTEND_VERSION = 71
36
- BACKEND_VERSION = 109
36
+ BACKEND_VERSION = 110
37
37
38
38
APP_DIR = os .path .dirname (os .path .abspath (__file__ ))
39
39
PROJECT_DIR = os .path .dirname (APP_DIR )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:package_info_plus/package_info_plus.dart';
3
3
4
4
abstract class Config {
5
5
// ignore: constant_identifier_names
6
- static const int MIN_BACKEND_VERSION = 109 ;
6
+ static const int MIN_BACKEND_VERSION = 110 ;
7
7
static const String defaultServer = "https://app.kitchenowl.org" ;
8
8
static Future <PackageInfo ?>? _packageInfo; // Gets loaded by SettingsCubit
9
9
static PackageInfo ? _packageInfoSync;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# 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
19
19
20
20
environment :
21
21
sdk : " >=3.0.0 <4.0.0"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments