From 1eaf755f6b18033e6eed5fc0c01ec69aa54aec00 Mon Sep 17 00:00:00 2001 From: "Calvin W. Metcalf B.S" Date: Mon, 15 Jul 2024 14:20:55 -0400 Subject: [PATCH] 6.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e2f7b3..15fcf5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shpjs", - "version": "6.0.0", + "version": "6.0.1", "description": "Load shapefiles in pure JavaScript", "main": "lib/index.js", "type": "module", @@ -35,4 +35,4 @@ "parsedbf": "^2.0.0", "proj4": "^2.1.4" } -} \ No newline at end of file +}