From 79d42909d5385f84ba0da74749bdc0e9e6754749 Mon Sep 17 00:00:00 2001 From: Byounghern Kim Date: Fri, 4 Oct 2024 21:38:16 +0900 Subject: [PATCH] build: update ver@0.1.4 (#8) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71de405..2a83bf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-geojson-map", - "version": "0.1.3", + "version": "0.1.4", "description": "A library for declarative geospatial visualization using React Fiber and OpenLayers", "main": "dist/react-geojson-map.umd.js", "module": "dist/react-geojson-map.es.js",