diff --git a/lib/config.dart b/lib/config.dart index 36d151cf..4311fc47 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.8.0'; static const Config defaultConfig = Config.production ?? Config.staging; diff --git a/pubspec.lock b/pubspec.lock index 2a74e2bd..1469adec 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1390,10 +1390,10 @@ packages: dependency: transitive description: name: vm_service - sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc + sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d" url: "https://pub.dev" source: hosted - version: "14.2.4" + version: "14.2.5" watcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5220d0a0..2279604f 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.8.0 environment: sdk: '>=3.0.0 <4.0.0'