Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Aug 5, 2020
1 parent df220e7 commit 101f03a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In your dart/flutter project add the dependency:
```
dependencies:
...
gpx: ^1.0.1+3
gpx: ^1.1.0
```

### Reading XML
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 101f03a

Please sign in to comment.