Skip to content

Commit ca5469f

Browse files
committed
Update version and changelog
1 parent 531b480 commit ca5469f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

geolocator_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
- Updates dependency on package_info_plus to version 8.0.0.
4+
15
## 0.2.0+2
26

37
- Updates dependency on package_info_plus to version 5.0.1.

geolocator_linux/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Geolocation Linux plugin for Flutter. This plugin provides the
33
Linux implementation for the geolocator.
44
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_linux
55
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
6-
version: 0.2.0+2
6+
version: 0.2.1
77

88
environment:
99
sdk: '>=2.15.0 <4.0.0'
@@ -23,7 +23,7 @@ dependencies:
2323
geoclue: ^0.1.1
2424
geolocator_platform_interface: ^4.1.0
2525
gsettings: ^0.2.5
26-
package_info_plus: ">=5.0.1 <9.0.0"
26+
package_info_plus: "^8.0.0"
2727

2828
dev_dependencies:
2929
build_runner: ^2.1.8

0 commit comments

Comments
 (0)