Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
- fixed missed symbol during writing
  • Loading branch information
kb0 committed Dec 26, 2022
1 parent a0beb4f commit d96aab0
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 @@
## [2.2.1]

* fixed missed symbol during writing

## [2.2.0]

* update Dart SDK to 2.17.0 or later
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: ^2.2.0
gpx: ^2.2.1
```

### 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: 2.2.0
version: 2.2.1
homepage: https://github.com/kb0/dart-gpx/

environment:
Expand Down

0 comments on commit d96aab0

Please sign in to comment.