From 92ab021518d6c4ae86f63471962d2ce44e9dee75 Mon Sep 17 00:00:00 2001 From: viglino Date: Wed, 10 Apr 2024 09:00:44 +0200 Subject: [PATCH] [VER] --- dist/ol-ext.js | 2 +- dist/ol-ext.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/ol-ext.js b/dist/ol-ext.js index d25b08b3..c69b1814 100644 --- a/dist/ol-ext.js +++ b/dist/ol-ext.js @@ -1,7 +1,7 @@ /** * ol-ext - A set of cool extensions for OpenLayers (ol) in node modules structure * @description ol3,openlayers,popup,menu,symbol,renderer,filter,canvas,interaction,split,statistic,charts,pie,LayerSwitcher,toolbar,animation - * @version v4.0.17 + * @version v4.0.18 * @author Jean-Marc Viglino * @see https://github.com/Viglino/ol-ext#, * @license BSD-3-Clause diff --git a/dist/ol-ext.min.js b/dist/ol-ext.min.js index 2002abdf..cf33451b 100644 --- a/dist/ol-ext.min.js +++ b/dist/ol-ext.min.js @@ -1,7 +1,7 @@ /** * ol-ext - A set of cool extensions for OpenLayers (ol) in node modules structure * @description ol3,openlayers,popup,menu,symbol,renderer,filter,canvas,interaction,split,statistic,charts,pie,LayerSwitcher,toolbar,animation - * @version v4.0.17 + * @version v4.0.18 * @author Jean-Marc Viglino * @see https://github.com/Viglino/ol-ext#, * @license BSD-3-Clause diff --git a/package.json b/package.json index a9c62c6a..b7e21052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol-ext", - "version": "4.0.17", + "version": "4.0.18", "description": "A set of cool extensions for OpenLayers (ol) in node modules structure", "main": "dist/ol-ext.js", "style": "dist/ol-ext.css",