diff --git a/packages/location_platform_interface/CHANGELOG.md b/packages/location_platform_interface/CHANGELOG.md index 50bdf536..695f9e06 100644 --- a/packages/location_platform_interface/CHANGELOG.md +++ b/packages/location_platform_interface/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.0 + +- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16 +- Bump dependencies + ## 3.1.2 - Fix cast error in `Location.changeNotificationOptions()` (#877) diff --git a/packages/location_platform_interface/pubspec.yaml b/packages/location_platform_interface/pubspec.yaml index 3a81c344..8ef9ba1d 100644 --- a/packages/location_platform_interface/pubspec.yaml +++ b/packages/location_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: location_platform_interface description: A common platform interface for the location plugin. -version: 3.1.2 +version: 4.0.0 homepage: https://github.com/Lyokone/flutterlocation environment: