Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Jun 15, 2022
1 parent f05f29e commit 9e1d26d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Downloads
=========

`GeoScript JS 1.6.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.6.0/geoscript-js-1.6.0.zip>`__

`GeoScript JS 1.5.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.5.0/geoscript-js-1.5.0.zip>`__

`GeoScript JS 1.4.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.4.0/geoscript-js-1.4.0.zip>`__
Expand Down
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ After extracting the release archive, you can open the GeoScript shell and impor
You can also use the uber jar that contains all dependencies and is runnable::

java -jar geoscript-js-1.5.0-app.jar
java -jar geoscript-js-1.6.0-app.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-js</artifactId>
<packaging>jar</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
<properties>
<gt.version>27-SNAPSHOT</gt.version>
<gt.version>27.0</gt.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down

0 comments on commit 9e1d26d

Please sign in to comment.