From a517684013a47168b45a1a474ed242852101ccf7 Mon Sep 17 00:00:00 2001 From: tobinbradley Date: Wed, 1 Mar 2023 11:53:23 -0500 Subject: [PATCH] 4.6.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b75539..9103458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dirt-simple-postgis-http-api", - "version": "4.5.0", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dirt-simple-postgis-http-api", - "version": "4.5.0", + "version": "4.6.0", "license": "MIT", "dependencies": { "@fastify/autoload": "^5.7.1", diff --git a/package.json b/package.json index cf730a5..40b5173 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dirt-simple-postgis-http-api", - "version": "4.5.0", + "version": "4.6.0", "description": "The Dirt-Simple PostGIS HTTP API exposes PostGIS functionality to your applications over HTTP.", "main": "index.js", "scripts": {