Skip to content

Commit 89cdc51

Browse files
committed
Prepare beta 46
1 parent 1521ba2 commit 89cdc51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 27;
6+
static const int MIN_BACKEND_VERSION = 29;
77
static Future<PackageInfo?>? _packageInfo; // Gets loaded by SettingsCubit
88
static PackageInfo? _packageInfoSync;
99
static Future<BaseDeviceInfo>? deviceInfo;

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.0.45+45
18+
version: 0.0.46+46
1919

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

0 commit comments

Comments
 (0)