Skip to content

Commit 7268f75

Browse files
committed
chore: bumped version + updated CHANGELOG.md
1 parent 74ef8e1 commit 7268f75

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2+3
2+
3+
* Fixed the offset of custom markers
4+
15
## 0.1.2+2
26

37
* Fixed the onTap event for Annotation Callouts

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"$(inherited)",
381381
"$(PROJECT_DIR)/Flutter",
382382
);
383-
MARKETING_VERSION = "0.1.2+2";
383+
MARKETING_VERSION = "0.1.2+3";
384384
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
385385
PRODUCT_NAME = "$(TARGET_NAME)";
386386
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -516,7 +516,7 @@
516516
"$(inherited)",
517517
"$(PROJECT_DIR)/Flutter",
518518
);
519-
MARKETING_VERSION = "0.1.2+2";
519+
MARKETING_VERSION = "0.1.2+3";
520520
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
521521
PRODUCT_NAME = "$(TARGET_NAME)";
522522
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -549,7 +549,7 @@
549549
"$(inherited)",
550550
"$(PROJECT_DIR)/Flutter",
551551
);
552-
MARKETING_VERSION = "0.1.2+2";
552+
MARKETING_VERSION = "0.1.2+3";
553553
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
554554
PRODUCT_NAME = "$(TARGET_NAME)";
555555
PROVISIONING_PROFILE_SPECIFIER = "";

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+2"
24+
version: "0.1.2+3"
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+2
3+
version: 0.1.2+3
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)