diff --git a/package-lock.json b/package-lock.json index 6e345909..dc184909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dirt-simple-postgis-http-api", - "version": "3.1.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dirt-simple-postgis-http-api", - "version": "3.1.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "@fastify/autoload": "^5.0.0", diff --git a/package.json b/package.json index 86677e9b..adeab3b7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dirt-simple-postgis-http-api", - "version": "3.1.1", + "version": "4.0.0", "description": "The Dirt-Simple PostGIS HTTP API exposes PostGIS functionality to your applications over HTTP.", "main": "index.js", "scripts": {