diff --git a/README.md b/README.md index 9ef25b3dc..dc9f0d90b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Basic functionality together with OpenLayers is demonstrated [here](http://bjorn An ES5 (the most common JavaScript variant) compatible build for browsers is available [here](https://unpkg.com/jsts@1.6.1/dist/jsts.min.js). -An ES6+ compatible build for browsers is available [here](https://unpkg.com/jsts@2.2.0/dist/jsts.min.js). +An ES6+ compatible build for browsers is available [here](https://unpkg.com/jsts/dist/jsts.min.js). Including the above build as a script will import a global object `jsts` exposing similar public API as `org.locationtech.jts` in the [JTS API](http://locationtech.github.io/jts/javadoc/). diff --git a/package.json b/package.json index 3c40e7b10..e8be0349e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsts", "description": "A JavaScript library of spatial predicates and functions for processing geometry", - "version": "2.2.1", + "version": "2.2.3", "author": "Björn Harrtell ", "keywords": [ "JSTS",