From 0e3d05a935a9fdcfb4c87856a05a50d169cf8507 Mon Sep 17 00:00:00 2001 From: Pranciskus Ambrazas Date: Fri, 25 Aug 2023 07:45:22 +0300 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c4519d..96a866b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geojsonjs", - "version": "0.1.0", + "version": "0.1.1", "description": "Build and validate GeoJSON", "main": "./src/index.js", "typings": "./src/index.d.ts",