Skip to content

Commit 714f8e4

Browse files
committed
feat: updated version
1 parent 65a6f0e commit 714f8e4

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,3 +1,11 @@
1+
# [1.0.6]
2+
3+
* FIX: Bug where `assetMarkerSize` in `MarkerIconInfo` does not apply if `icon` is passed.
4+
* Fix Dart static analysis warnings
5+
* Updated README.md
6+
* Updated example app
7+
* Updated dependencies
8+
19
# [1.0.5+1]
210

311
* Updated README.md

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ packages:
129129
path: ".."
130130
relative: true
131131
source: path
132-
version: "1.0.5+1"
132+
version: "1.0.6"
133133
html:
134134
dependency: transitive
135135
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_maps_widget
22
description: A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.
3-
version: 1.0.5+1
3+
version: 1.0.6
44
homepage: https://github.com/rithik-dev/google_maps_widget
55
repository: https://github.com/rithik-dev/google_maps_widget
66
issue_tracker: https://github.com/rithik-dev/google_maps_widget/issues

0 commit comments

Comments
 (0)