From ae20588e722bc5adc0697c7cee7bc5e3b7a95d27 Mon Sep 17 00:00:00 2001 From: synw Date: Thu, 5 Mar 2020 18:08:06 +0100 Subject: [PATCH] Remove deprecated param in pubspec --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index feec274..3a12543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,7 @@ name: geojson description: Utilities to work with geojson data. Parser with a reactive api, search and geofencing -author: synw homepage: https://github.com/synw/geojson -version: 0.8.0 +version: 0.9.0 environment: sdk: ">=2.3.0 <3.0.0"