From 95b8605cedfa79e82bceac587093e04342ea7abb Mon Sep 17 00:00:00 2001 From: Lukasz Date: Tue, 3 Apr 2018 00:10:31 -0400 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a9162..ca223af 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml: ```yaml dependencies: - geolocation: ^0.1.0 + geolocation: ^0.1.1 ``` **Note:** There is a known issue for integrating swift written plugin into Flutter project created with Objective-C template.