diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e54b4..993976e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.1 +- Rename Sygic to Sygic Truck +- Remove deprecated `launchMap` method. use `showMarker` instead + ## 3.0.0 BREAKING: waypoints parameter now uses `List` instead of `List`` - Add CoPilot map (@tjeffree) @@ -7,7 +11,6 @@ BREAKING: waypoints parameter now uses `List` instead of `List` - Add support for gradle 8 (@m-derakhshi) - Fix future not completing on iOS - ## 2.5.0+1 - Update screenshots diff --git a/README.md b/README.md index 69a09c5..6836b84 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Currently supported maps: ```yaml dependencies: - map_launcher: ^3.0.0 + map_launcher: ^3.0.1 flutter_svg: # only if you want to use icons as they are svgs ``` diff --git a/pubspec.yaml b/pubspec.yaml index d7ee8e0..3d92e50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: map_launcher description: Map Launcher is a flutter plugin to find available maps installed on a device and launch them with a marker or show directions. -version: 3.0.0 +version: 3.0.1 homepage: https://github.com/mattermoran/map_launcher environment: