From 45979ace1f9e16613d20b9f68bedb0f273b934d6 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Sat, 6 Jul 2024 00:59:15 +0200 Subject: [PATCH] v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 555d7c1..632ceb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-draggable-lines", - "version": "3.0.2", + "version": "3.1.0", "description": "A Leaflet plugin to add/move/remove points on routes, lines and polygons by drag&drop.", "type": "module", "main": "./dist/L.DraggableLines.js",