Skip to content

Commit 8ec8c57

Browse files
committed
release 2.3.0
1 parent d563967 commit 8ec8c57

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.3.0]
2+
3+
* update extensions to nested maps structure
4+
15
## [2.2.2]
26

37
* fix no-element exception when href is absent

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In your dart/flutter project add the dependency:
2424
```
2525
dependencies:
2626
...
27-
gpx: ^2.2.2
27+
gpx: ^2.3.0
2828
```
2929

3030
### Reading XML

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gpx
22
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).
3-
version: 2.2.2
3+
version: 2.3.0
44
homepage: https://github.com/kb0/dart-gpx/
55

66
environment:

0 commit comments

Comments
 (0)