From 11024ad2949529c498a786d5100ba035a4a0e360 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 4 Jul 2018 21:53:22 +0200 Subject: [PATCH] Update package version to 5.0.1 --- package.json | 2 +- src/ol/package.json | 2 +- src/ol/util.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5f52a46615..c116ae8806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "5.0.0", + "version": "5.0.1", "description": "OpenLayers mapping library", "keywords": [ "map", diff --git a/src/ol/package.json b/src/ol/package.json index 412eaca106..8a27945710 100644 --- a/src/ol/package.json +++ b/src/ol/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.0.0", + "version": "5.0.1", "description": "OpenLayers mapping library", "main": "index.js", "module": "index.js", diff --git a/src/ol/util.js b/src/ol/util.js index 08ccc7b0d3..6aa298f705 100644 --- a/src/ol/util.js +++ b/src/ol/util.js @@ -52,4 +52,4 @@ export function getUid(obj) { * OpenLayers version. * @type {string} */ -export const VERSION = '5.0.0'; +export const VERSION = '5.0.1';