From 349e602ee59fa6f8f93a6f869c89a78881b3f51d Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 11 Jul 2018 11:01:34 +0200 Subject: [PATCH] Update package version to 5.0.3 --- package.json | 2 +- src/ol/util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';