Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 393abc2

Browse files
author
Martin Braun
authored
chore: release 3.1.1 (#66)
1 parent 6731e4b commit 393abc2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.1] - 14/Jul/2023
2+
3+
- Fix `package_info_plus` compatibility
4+
15
## [3.1.0] - 14/Jul/2023
26

37
- Graceful location requests via `ignoreLocationPermissionErrors`

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ packages:
214214
path: ".."
215215
relative: true
216216
source: path
217-
version: "3.0.2"
217+
version: "3.1.1"
218218
google_maps_webservice:
219219
dependency: transitive
220220
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_maps_place_picker_mb
22
description: A Flutter plugin which provides 'Picking Place' using Google Maps
33
widget. (MB version)
4-
version: 3.1.0
4+
version: 3.1.1
55
homepage: https://github.com/martin-braun-net/google_maps_place_picker_mb
66

77
environment:
@@ -19,7 +19,7 @@ dependencies:
1919
provider: ^6.0.5
2020
tuple: ^2.0.2
2121
uuid: ^3.0.7
22-
package_info_plus: ^3.1.2
22+
package_info_plus: ^4.0.2
2323

2424
dev_dependencies:
2525
flutter_test:

0 commit comments

Comments
 (0)