Merge pull request #8346 from openlayers/release-v5.0.1

Release v5.0.1
This commit is contained in:
Andreas Hocevar
2018-07-04 22:07:56 +02:00
committed by GitHub
4 changed files with 11 additions and 3 deletions

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';