From b3e17a83e2c97bba2d23b62d73062d61bb0ce1f8 Mon Sep 17 00:00:00 2001 From: Elias Couppe Date: Wed, 16 Jun 2021 15:45:29 +0200 Subject: [PATCH] update(package): ext-itowns 2.3.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3976a359c..38bed690c 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "geoportal-extensions", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", - "version": "2.3.5", - "date": "11/05/2021", + "version": "2.3.6", + "date": "16/06/2021", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.9", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.0.16", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.3.2", + "itownsExtVersion": "2.3.3", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js", "module": "src/Leaflet/index.js, src/OpenLayers/index.js, src/Itowns/index.js", "directories": {},