From c14f8173caf33f8c38d01b28c94e0804c63e0db9 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Fri, 28 Jun 2024 22:02:26 +0100 Subject: [PATCH] location: bump version to 7.0.0 (for real this time) --- packages/location/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location/pubspec.yaml b/packages/location/pubspec.yaml index 2dfafc2b..b204a43c 100644 --- a/packages/location/pubspec.yaml +++ b/packages/location/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: flutter: sdk: flutter location_platform_interface: ^5.0.0 - location_web: ^5.0.2 + location_web: ^5.0.3 dev_dependencies: async: ^2.11.0 build_runner: ^2.4.11