Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 0874a5c

Browse files
committed
Bump version and update CHANGELOG.
1 parent d843be2 commit 0874a5c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0
2+
3+
* Migrate the core plugin to use `google_maps_flutter_platform_interface` APIs.
4+
15
## 0.5.26+1
26

37
* Removes a errorneously added method from the GoogleMapController.h header file.

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4-
version: 0.5.26+1
4+
version: 0.6.0
55

66
dependencies:
77
flutter:
88
sdk: flutter
99
flutter_plugin_android_lifecycle: ^1.0.0
10-
google_maps_flutter_platform_interface:
10+
google_maps_flutter_platform_interface: #^1.0.1 # TODO: Use pub version once available
1111
path: ../google_maps_flutter_platform_interface
1212

1313
dev_dependencies:

0 commit comments

Comments
 (0)