Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleysin committed Sep 17, 2023
1 parent da79339 commit a063d15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .pubignore

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## 0.1.1
- Fix package info issues
- Added example

## 0.1.0
- First Release
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.1.1"
js:
dependency: transitive
description:
Expand Down
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a063d15

Please sign in to comment.