From a9ee89b98edea47f73f9a93052d12d1f6a3865f5 Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Sun, 25 Feb 2024 01:02:21 -0500 Subject: [PATCH] 0.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab9a6af..c8cc8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geotiff-tile", - "version": "0.19.1", + "version": "0.20.0", "description": "Generate a Map Tile from a GeoTIFF File.", "main": "./dist/cjs/geotiff-tile.js", "module": "./dist/esm/geotiff-tile.mjs",