Skip to content

Commit

Permalink
Prepare release v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Aug 3, 2023
1 parent 53eb508 commit 5ea3a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = 57;
static const int MIN_BACKEND_VERSION = 75;
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 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.4.6+77
version: 0.4.7+78

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 5ea3a48

Please sign in to comment.