From c9a99990851a121d0369bb7e609150c5c49b37ee Mon Sep 17 00:00:00 2001 From: Jaap Aarts Date: Thu, 21 Sep 2023 00:39:25 +0200 Subject: [PATCH] Update version number --- lib/config.dart | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config.dart b/lib/config.dart index 68a3d2564..8eb02835e 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -118,7 +118,7 @@ class Config { static const Duration searchDebounceTime = Duration(milliseconds: 200); - static const String versionNumber = 'v3.5.0'; + static const String versionNumber = 'v3.5.1'; static const Config defaultConfig = Config.production ?? Config.staging; diff --git a/pubspec.lock b/pubspec.lock index 65857d3c2..cb5e3aa42 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1375,4 +1375,4 @@ packages: version: "3.1.2" sdks: dart: ">=3.0.0 <4.0.0" - flutter: ">=3.10.0-0" + flutter: ">=3.7.0-0" diff --git a/pubspec.yaml b/pubspec.yaml index 5dd9f9562..57582d324 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ publish_to: 'none' # 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: 3.5.0 +version: 3.5.1 environment: sdk: '>=3.0.0 <4.0.0'