From 9b6aa77a0c778a2636ade97b35a35ba832357cf2 Mon Sep 17 00:00:00 2001 From: Ali Almoullim Date: Wed, 24 Feb 2021 08:37:31 +0300 Subject: [PATCH] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5a17fd1..aeec4b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: background_location description: A Flutter plugin to get location updates in the background for both Android and iOS. Uses CoreLocation for iOS and FusedLocationProvider for Android. -version: 0.3.1 +version: 0.4.0 homepage: https://github.com/Almoullim/background_location repository: https://github.com/Almoullim/background_location