Skip to content

Commit

Permalink
#151: Update version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 14, 2021
1 parent 7d51779 commit 32ed1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jpx/src/main/java/io/jenetics/jpx/GPX.java
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ public GPX fromString(final String xml) {
* @see GPX#writer()
* @see GPX#writer(String)
*
* @version !__version__!
* @version 3.0
* @since 1.3
*/
public static final class Writer {
Expand Down Expand Up @@ -1730,7 +1730,7 @@ private static GPX toGPXv10(final Object[] v) {
* </trkpt>
* }</pre>
*
* @since !__version__!
* @since 3.0
*
* @see #writer(String)
* @see #writer()
Expand Down

0 comments on commit 32ed1e0

Please sign in to comment.