diff --git a/lib/config.dart b/lib/config.dart index 36d151cf..a5d255bb 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 5220d0a0..a2318204 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'