From af4afba98d19b7c0a4700361f29b5d433756c489 Mon Sep 17 00:00:00 2001 From: Luka S Date: Thu, 12 Sep 2024 20:18:43 +0100 Subject: [PATCH 1/2] Downgraded meta dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7156332..17a0a3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,4 +31,4 @@ dependencies: flutter: sdk: flutter flutter_map: ^7.0.2 - meta: ^1.15.0 + meta: ^1.11.0 From 0c607c02aea4983bcf63f9a4b3329366e2e6636b Mon Sep 17 00:00:00 2001 From: JaffaKetchup Date: Thu, 12 Sep 2024 20:20:47 +0100 Subject: [PATCH 2/2] Bumped versioning --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efe196..f4a9a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## [3.0.1] - 2024/09/12 +## [3.0.2] - 2024/09/12 * Minor dependency bumps * Minor documentation improvements diff --git a/pubspec.yaml b/pubspec.yaml index 17a0a3a..39c9803 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_cancellable_tile_provider description: Plugin for flutter_map that provides a `TileProvider` with the capability to cancel unnecessary HTTP tile requests -version: 3.0.1 +version: 3.0.2 homepage: https://github.com/fleaflet/flutter_map repository: https://github.com/fleaflet/flutter_map_cancellable_tile_provider