From ff0d2255546ab92e8437cdcdab01e7cad0a66b2f Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Tue, 27 Feb 2024 20:05:08 +0100 Subject: [PATCH] Bump version --- geolocator_linux/CHANGELOG.md | 4 ++++ geolocator_linux/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/geolocator_linux/CHANGELOG.md b/geolocator_linux/CHANGELOG.md index 1f0b29cc..5ffda7d7 100644 --- a/geolocator_linux/CHANGELOG.md +++ b/geolocator_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+2 + +- Updates dependency on package_info_plus to version 5.0.1. + ## 0.2.0+1 - Ensures the `Position` instance always contains a timestamp. diff --git a/geolocator_linux/pubspec.yaml b/geolocator_linux/pubspec.yaml index 643dbfe6..1268892f 100644 --- a/geolocator_linux/pubspec.yaml +++ b/geolocator_linux/pubspec.yaml @@ -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+1 +version: 0.2.0+2 environment: sdk: '>=2.15.0 <4.0.0'