diff --git a/dist/ol-ext.js b/dist/ol-ext.js index 77d7131fe..881268450 100644 --- a/dist/ol-ext.js +++ b/dist/ol-ext.js @@ -1,7 +1,7 @@ /** * ol-ext - A set of cool extensions for OpenLayers (ol) in node modules structure * @description ol3,openlayers,popup,menu,symbol,renderer,filter,canvas,interaction,split,statistic,charts,pie,LayerSwitcher,toolbar,animation - * @version v3.1.6 + * @version v3.1.7 * @author Jean-Marc Viglino * @see https://github.com/Viglino/ol-ext#, * @license BSD-3-Clause diff --git a/dist/ol-ext.min.js b/dist/ol-ext.min.js index c9248821c..2e3afb091 100644 --- a/dist/ol-ext.min.js +++ b/dist/ol-ext.min.js @@ -1,7 +1,7 @@ /** * ol-ext - A set of cool extensions for OpenLayers (ol) in node modules structure * @description ol3,openlayers,popup,menu,symbol,renderer,filter,canvas,interaction,split,statistic,charts,pie,LayerSwitcher,toolbar,animation - * @version v3.1.6 + * @version v3.1.7 * @author Jean-Marc Viglino * @see https://github.com/Viglino/ol-ext#, * @license BSD-3-Clause diff --git a/package.json b/package.json index 2d998b11b..f749815f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol-ext", - "version": "3.1.6", + "version": "3.1.7", "description": "A set of cool extensions for OpenLayers (ol) in node modules structure", "main": "dist/ol-ext.js", "style": "dist/ol-ext.css", @@ -33,6 +33,16 @@ "name": "Jean-Marc Viglino", "url": "https://github.com/Viglino" }, + "contributors": [ + { + "name": "ThomasG77", + "url": "https://github.com/ThomasG77" + }, + { + "name": "darkscript", + "url": "https://github.com/darkscript" + } + ], "bugs": { "url": "https://github.com/Viglino/ol-ext/issues" },