Skip to content

Commit c384647

Browse files
committed
chore: Bumped version + updated changelog
1 parent c3a4b0f commit c384647

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+2
2+
3+
* Fixed the onTap event for Annotation Callouts
4+
15
## 0.1.2+1
26

37
* Added custom annotation icons from byte data

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+1";
383+
MARKETING_VERSION = "0.1.2+2";
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+1";
519+
MARKETING_VERSION = "0.1.2+2";
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+1";
552+
MARKETING_VERSION = "0.1.2+2";
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+1"
24+
version: "0.1.2+2"
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+1
3+
version: 0.1.2+2
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)