diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c275c..7325423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.1] + +* LatLngAlt class added. + ## [1.0.0] * Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 8a07e81..8921766 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: latlng description: GeoJSON, Geodesy and Geographical calculations for Dart. Provides LatLong and Mercator projection (EPSG4326). -version: 1.0.0 +version: 1.0.1 repository: https://github.com/xclud/dart_latlng homepage: https://pwa.ir