From fc5b689583477708e15cebafb98c230fc899b182 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:34:03 +0100 Subject: [PATCH] fix description of isar, prepare v1.4.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db821cf..4fcd27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.4.1] 2024-01-24 + +Fix description of Isar in the README file. + ## [1.4.0] 2024-01-24 - Add `dio` as a parameter to `CachedTileProvider`. You're now able to provide and reuse your own Dio instance (Thanks to @PatrickWulfe). diff --git a/pubspec.yaml b/pubspec.yaml index f097969..5af8169 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_cache description: A slim yet powerful caching plugin for flutter_map tile layers. -version: 1.4.0+1 +version: 1.4.1 repository: https://github.com/josxha/flutter_map_cache issue_tracker: https://github.com/josxha/flutter_map_cache/issues