Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Prepare 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Jul 28, 2019
1 parent 724d647 commit 6195ad4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.1

Fix latitude and longitude invertion

## 0.2.0

**Api change**: add models and dedicated data structures

## 0.1.0

Initial release
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: geojson
description: Manipulate geojson data. Load and parse geojson from a string or a file.
author: synw <ansterj@gmail.com>
homepage: https://github.com/synw/geojson
version: 0.1.0
version: 0.2.1

environment:
sdk: '>=2.0.0 <3.0.0'
sdk: '>=2.2.2 <3.0.0'

dependencies:
meta: ^1.1.6
Expand Down

0 comments on commit 6195ad4

Please sign in to comment.