From ae48c6086f00dbe958136b79ccc34f59201b6622 Mon Sep 17 00:00:00 2001 From: Mahdi Date: Tue, 6 Feb 2024 13:53:20 +0330 Subject: [PATCH] Publish. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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