From 42896e96b1c42c8726a8212efb15a3a5a7c17acd Mon Sep 17 00:00:00 2001 From: Elias Couppe Date: Wed, 23 Sep 2020 16:05:21 +0200 Subject: [PATCH] =?UTF-8?q?release=20:=20met=20=C3=A0=20jour=20package.jso?= =?UTF-8?q?n=20pour=20release=20itowns-2.2.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 681ac65b6..d07fc1b8b 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.2.16", - "date": "21/09/2020", + "version": "2.2.17", + "date": "23/09/2020", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.6", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.0.12", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.2.11", + "itownsExtVersion": "2.2.12", "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": {},