From 101f03a9c0844e51d0985c5726731ff9149e18dc Mon Sep 17 00:00:00 2001 From: Kirill Bychkov Date: Wed, 5 Aug 2020 18:33:05 +0300 Subject: [PATCH] release 1.1.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2377d..a437bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.0] + +* fix gps fixing tag (FixType - 2d, 3d, dgps, none, pps) + ## [1.0.1+3] * add comments for GPX fields diff --git a/README.md b/README.md index 789a13c..b5694eb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In your dart/flutter project add the dependency: ``` dependencies: ... - gpx: ^1.0.1+3 + gpx: ^1.1.0 ``` ### Reading XML diff --git a/pubspec.yaml b/pubspec.yaml index 6bdf762..6a89325 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gpx description: Package for load, manipulate, and save GPS data in GPX format (a light-weight XML data format for the interchange of GPS data - waypoints, routes, and tracks). -version: 1.0.1+3 +version: 1.1.0 homepage: https://github.com/kb0/dart-gpx/ environment: