From b23b6ea5f97206361779037554010913a4ea5c7e Mon Sep 17 00:00:00 2001 From: "Calvin W. Metcalf B.S" Date: Fri, 2 Aug 2024 11:15:34 -0400 Subject: [PATCH] 6.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 983918e..7cdd0f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shpjs", - "version": "6.0.1", + "version": "6.1.0", "description": "Load shapefiles in pure JavaScript", "main": "lib/index.js", "exports": { @@ -37,4 +37,4 @@ "parsedbf": "^2.0.0", "proj4": "^2.1.4" } -} \ No newline at end of file +}