diff --git a/package.json b/package.json index 18862958fa..9b28b489a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "5.0.2", + "version": "5.0.3", "description": "OpenLayers mapping library", "keywords": [ "map", diff --git a/src/ol/util.js b/src/ol/util.js index 275da317c6..07395da368 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.2'; +export const VERSION = '5.0.3';