Skip to content

Commit ee89c92

Browse files
committed
Release 1.1.0
1 parent 4b36b56 commit ee89c92

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Downloads
44
=========
55

6-
`GeoScript JS 1.0.0 <http://repo.boundlessgeo.com/main/org/geoscript/geoscript-js/1.0.0/geoscript-js-1.0.0.zip>`__
6+
`GeoScript JS 1.1.0 <https://github.com/geoscript/geoscript-js/releases/download/1.1.0/geoscript-js-1.1.0.zip>`__
77

doc/quickstart.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After extracting the release archive, you can open the GeoScript shell and impor
1515

1616
.. code-block:: javascript
1717
18-
~/geoscript-js$ ./bin/geoscript
18+
~/geoscript-js$ ./bin/geoscript-js
1919
2020
>> var geom = require("geoscript/geom");
2121
>> var p1 = new geom.Point([0, 0]);
@@ -27,3 +27,6 @@ After extracting the release archive, you can open the GeoScript shell and impor
2727
true
2828
>> quit()
2929
30+
You can also use the uber jar that contains all dependencies and is runnable::
31+
32+
java -jar geoscript-js-1.1.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.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<properties>
99
<gt.version>22.0</gt.version>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)