Merge pull request #8350 from ahocevar/release-v5.0.2
Updates for v5.0.2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -52,4 +52,4 @@ export function getUid(obj) {
|
||||
* OpenLayers version.
|
||||
* @type {string}
|
||||
*/
|
||||
export const VERSION = '5.0.1';
|
||||
export const VERSION = '5.0.2';
|
||||
|
||||
Reference in New Issue
Block a user