Update package version to 5.0.3

This commit is contained in:
ahocevar
2018-07-11 11:01:34 +02:00
parent 9cb10efe4b
commit 1838299c85
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "openlayers", "name": "openlayers",
"version": "5.0.2", "version": "5.0.3",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",

View File

@@ -52,4 +52,4 @@ export function getUid(obj) {
* OpenLayers version. * OpenLayers version.
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.2'; export const VERSION = '5.0.3';