Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed May 19, 2020
1 parent a672a6f commit fb03e57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
Downloads
=========

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

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

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.1.0-app.jar
java -jar geoscript-js-1.2.0-app.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.geoscript</groupId>
<artifactId>geoscript-js</artifactId>
<packaging>jar</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<gt.version>23.0</gt.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fb03e57

Please sign in to comment.