Skip to content

Commit 7b77b14

Browse files
committed
chore: Bumped version + updated CHANGELOG.md
1 parent 196efda commit 7b77b14

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## 0.1.2+4
22

3+
* Fixed build failure
4+
* Added anchor param to Annotation
5+
* Added missing comparison of Overlay coordinates, which caused
6+
Circles, Annotations, Polylines and Ploygons to not update correctly
7+
on coordinate changes.
8+
9+
## 0.1.2+4
10+
311
* Added configurable Anchor for infoWindows
412

513
## 0.1.2+3

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "0.1.2+4"
24+
version: "0.1.2+5"
2525
archive:
2626
dependency: transitive
2727
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apple_maps_flutter
22
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
3-
version: 0.1.2+4
3+
version: 0.1.2+5
44
homepage: https://luisthein.de
55
repository: https://github.com/LuisThein/apple_maps_flutter
66
issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues

0 commit comments

Comments
 (0)