Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed May 15, 2024
1 parent 531b480 commit ca5469f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions geolocator_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

- Updates dependency on package_info_plus to version 8.0.0.

## 0.2.0+2

- Updates dependency on package_info_plus to version 5.0.1.
Expand Down
4 changes: 2 additions & 2 deletions geolocator_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Geolocation Linux plugin for Flutter. This plugin provides the
Linux implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_linux
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 0.2.0+2
version: 0.2.1

environment:
sdk: '>=2.15.0 <4.0.0'
Expand All @@ -23,7 +23,7 @@ dependencies:
geoclue: ^0.1.1
geolocator_platform_interface: ^4.1.0
gsettings: ^0.2.5
package_info_plus: ">=5.0.1 <9.0.0"
package_info_plus: "^8.0.0"

dev_dependencies:
build_runner: ^2.1.8
Expand Down

0 comments on commit ca5469f

Please sign in to comment.