From 453f3ef3176d0407f2d9d877f992ce0d5bfdc5c4 Mon Sep 17 00:00:00 2001 From: Jaap Aarts Date: Wed, 4 Sep 2024 00:29:03 +0200 Subject: [PATCH] Bump version --- lib/config.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.dart b/lib/config.dart index 36d151cfb..a5d255bbb 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -119,7 +119,7 @@ class Config { static const Duration searchDebounceTime = Duration(milliseconds: 200); - static const String versionNumber = 'v3.7.0'; + static const String versionNumber = 'v3.7.1'; static const Config defaultConfig = Config.production ?? Config.staging; diff --git a/pubspec.yaml b/pubspec.yaml index 5220d0a04..a23182048 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.7.0 +version: 3.7.1 environment: sdk: '>=3.0.0 <4.0.0'