From 1214224ae28fa551f28138dd1e60ab044cd040ef Mon Sep 17 00:00:00 2001 From: lboulanger Date: Mon, 3 Sep 2018 11:05:25 +0200 Subject: [PATCH] itowns release 2.1.1 --- README-itowns.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-itowns.md b/README-itowns.md index 31ca35eec..aef587e38 100644 --- a/README-itowns.md +++ b/README-itowns.md @@ -1,6 +1,6 @@ # Extension Géoportail pour iTowns -[![release](https://img.shields.io/badge/release%20-itowns%202.1.0-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/itowns-2.1.0) +[![release](https://img.shields.io/badge/release%20-itowns%202.1.1-brightgreen.svg?style=flat)](https://github.com/IGNF/geoportal-extensions/releases/tag/itowns-2.1.1) L'extension Géoportail pour iTowns étend la librairie 3D iTowns afin de proposer l'ajout de widgets au globe. Les fonctionnalités suivantes sont proposées en complément de la bibliothèque [iTowns](http://www.itowns-project.org/) : diff --git a/package.json b/package.json index aacc8ae31..c9f33e7a9 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "version": "2.1.0", "leafletExtVersion": "2.0.2", "olExtVersion": "2.1.0", - "itownsExtVersion": "2.1.0", - "olItownsExtVersion": "2.1.0", + "itownsExtVersion": "2.1.1", + "olItownsExtVersion": "2.1.1", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js, dist/mix/GpPluginOlItowns.js", "directories": {},