Skip to content

Commit

Permalink
fix: Update apple_maps_flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisThein committed Oct 25, 2020
1 parent e1290f4 commit 630034c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.9+1

* Updated apple_maps_flutter to fix infoWindow onTap

## 0.1.9

* The Annotation rework of [commit](https://github.com/LuisThein/apple_maps_flutter/commit/01e3ea4f4a4274d4d2d2636fd863ba1e3283420d) from apple_maps_flutter was implemented
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: apple_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2+1"
version: "0.1.2+2"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.9"
version: "0.1.9+1"
plugin_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: apple_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2+1"
version: "0.1.2+2"
async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: platform_maps_flutter
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
version: 0.1.9
version: 0.1.9+1
homepage: https://github.com/LuisThein
repository: https://github.com/LuisThein/platform_maps_flutter
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues
Expand All @@ -14,7 +14,7 @@ dependencies:

google_maps_flutter: ^0.5.28+1

apple_maps_flutter: ^0.1.2+1
apple_maps_flutter: ^0.1.2+2


dev_dependencies:
Expand Down

0 comments on commit 630034c

Please sign in to comment.