From 1281f35fc4b428baf50db716a6b79ecc2a7443ec Mon Sep 17 00:00:00 2001 From: Ali Almoullim Date: Thu, 9 Jul 2020 22:41:34 +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 6d9dc76..c3464b3 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.1.0 +version: 0.1.1 authors: - Ali Almoullim - Shahzad Akram