From 51d39eacc7ffa7bef91f873151238b61e19f7aa6 Mon Sep 17 00:00:00 2001 From: Elias Couppe Date: Thu, 5 Dec 2019 17:19:42 +0100 Subject: [PATCH] itowns release 2.2.5 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7c70483be..64404917c 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.6", - "date": "18/11/2019", + "version": "2.2.7", + "date": "05/12/2019", "leafletExtName": "French Geoportal Extension for Leaflet", "leafletExtVersion": "2.1.5", "olExtName": "French Geoportal Extension for OpenLayers", "olExtVersion": "3.0.5", "itownsExtName": "French Geoportal Extension for Itowns", - "itownsExtVersion": "2.2.4", + "itownsExtVersion": "2.2.5", "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": {},