Skip to content

Commit

Permalink
πŸ”–(chore): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoHeneault committed Oct 31, 2023
1 parent 20093c5 commit 66bdee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.0.0 - 2023-10-31 πŸŽƒ
- **[BREAKING]** Upgrade `flutter_map` to `^6.0.0`.

## 5.0.0 - 2023-06-05
- **[BREAKING]** Upgrade `flutter_map` to `^5.0.0`. *Thanks [@azaderdogan](https://github.com/azaderdogan) and [@JaffaKetchup](https://github.com/JaffaKetchup) πŸ‘*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add [`flutter_map`](https://github.com/johnpryan/flutter_map) and `flutter_map_t

```yaml
dependencies:
flutter_map: ^5.0.0
flutter_map: ^6.0.1
flutter_map_tappable_polyline: any # take latest version on Pub
```
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_tappable_polyline
description: A flutter_map plugin that adds Polyline class with onTap event
version: 5.0.0
version: 6.0.0
homepage: https://github.com/OwnWeb/flutter_map_tappable_polyline

environment:
Expand Down

0 comments on commit 66bdee4

Please sign in to comment.