From 7cf2148f686a09e9568075929b1a88a9a4e810f1 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Mon, 20 Mar 2023 15:49:13 +0100 Subject: [PATCH] 3.6.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea047ee90..103d61829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gdal-async", - "version": "3.6.2", + "version": "3.6.3", "description": "Bindings to GDAL (Geospatial Data Abstraction Library) with full async support", "license": "Apache-2.0", "url": "https://github.com/mmomtchev/node-gdal-async", @@ -127,4 +127,4 @@ "engines": { "node": ">=14" } -} \ No newline at end of file +}