Skip to content

Commit fb03e57

Browse files
committed
Release 1.2.0
1 parent a672a6f commit fb03e57

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/download.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
Downloads
44
=========
55

6+
`GeoScript JS 1.2.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.2.0/geoscript-js-1.2.0.zip>`__
7+
68
`GeoScript JS 1.1.0 <https://github.com/geoscript/geoscript-js/releases/download/v1.1.0/geoscript-js-1.1.0.zip>`__
79

doc/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ After extracting the release archive, you can open the GeoScript shell and impor
2929
3030
You can also use the uber jar that contains all dependencies and is runnable::
3131

32-
java -jar geoscript-js-1.1.0-app.jar
32+
java -jar geoscript-js-1.2.0-app.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-js</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
<properties>
99
<gt.version>23.0</gt.version>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)