From a063d15accc09905642c7ff28ccb19424dab15a2 Mon Sep 17 00:00:00 2001 From: lesleysin Date: Sun, 17 Sep 2023 11:17:40 +0200 Subject: [PATCH] v0.1.1 --- .pubignore | 2 -- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 7 ++++++- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 .pubignore diff --git a/.pubignore b/.pubignore deleted file mode 100644 index 43dbe94..0000000 --- a/.pubignore +++ /dev/null @@ -1,2 +0,0 @@ -example -test \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f5065e5..02eba78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +## 0.1.1 +- Fix package info issues +- Added example + ## 0.1.0 - First Release \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index cd6b9af..6f66072 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -81,7 +81,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.1.1" js: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 104afdc..1ba29e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,13 @@ name: geo_json_painter description: Library for parsing the GeoJson format based on the RFC 7946 specification and displaying GeoJson on canvas -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/lesleysin/geo_json_painter +platforms: + android: + ios: + web: + environment: sdk: '>=3.0.5 <4.0.0' flutter: ">=1.17.0"