Update package version to 5.0.1

This commit is contained in:
ahocevar
2018-07-04 21:53:22 +02:00
parent 73f1428701
commit 11024ad294
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "5.0.0",
"version": "5.0.1",
"description": "OpenLayers mapping library",
"main": "index.js",
"module": "index.js",

View File

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