From 37205d597fd8fc824ee2bd3a2e486b533f5b7eeb Mon Sep 17 00:00:00 2001 From: Elias Couppe Date: Fri, 12 Feb 2021 18:44:34 +0100 Subject: [PATCH] release itowns-2.3.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 57e951cd3..f94521331 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.1", - "date": "09/12/2020", + "version": "2.3.2", + "date": "12/02/2021", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.7", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.0.13", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.3.0", + "itownsExtVersion": "2.3.1", "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": {},