Skip to content

Commit

Permalink
Fix bad versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
niborg committed Jul 28, 2024
1 parent dfbd5ed commit 6558bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.1.2] - 2024-07-26
## [1.2.0] - 2024-07-26

* Adds ability to address various GeoJSON properties when performing GeoJSON to GPX conversion. (#53 via @niborg)
* Allow anything that responds to `read` for GPXFile input. (#55 via @hiroaki)
Expand Down
2 changes: 1 addition & 1 deletion lib/gpx/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GPX
VERSION = "1.1.2"
VERSION = "1.2.0"
end

0 comments on commit 6558bdd

Please sign in to comment.