Skip to content

Commit 6e8aa93

Browse files
update geolocator afp and gelocator web changelog and bump version. (#1677)
1 parent d252c54 commit 6e8aa93

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

geolocator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 13.0.4
2+
3+
- Bump `flutter_lints` to version 5.0.0
4+
15
## 13.0.3
26

37
- Updates dart sdk to `sdk: ^3.5.0`

geolocator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 13.0.3
5+
version: 13.0.4
66

77
environment:
88
sdk: ^3.5.0

geolocator_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.3
2+
3+
- Bump `flutter_lints` to version 5.0.0
4+
15
## 4.1.2
26

37
- Updates dart SDK to `sdk: ^3.5.0`

geolocator_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator_web
22
description: Official web implementation of the geolocator plugin.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_web
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 4.1.2
5+
version: 4.1.3
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)