From 3fc527b398e618a76acbff31721e990be5a18837 Mon Sep 17 00:00:00 2001 From: Jordy de Jonghe Date: Wed, 6 Aug 2025 13:07:40 +0200 Subject: [PATCH] version-bump --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 616d763..85d2964 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: background_location_tracker description: A Flutter plugin that allows you to track the background location for Android & iOS repository: https://github.com/icapps/flutter-background-location-tracker -version: 1.6.0 +version: 1.6.1 environment: sdk: ">=3.0.0 <4.0.0"