Updates for v5.0.2

This commit is contained in:
ahocevar
2018-07-05 00:04:32 +02:00
parent 49050063d5
commit 59c3eedbab
5 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.0.1",
"version": "5.0.2",
"description": "OpenLayers mapping library",
"main": "index.js",
"module": "index.js",
@@ -11,4 +11,4 @@
"rbush": "2.0.2"
},
"sideEffects": "false"
}
}

View File

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