diff --git a/README.md b/README.md index 3d19528ea3..3da88f67e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**v4.8.6** +**v4.8.7** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![example workflow](https://github.com/GEOLYTIX/xyz/actions/workflows/unit_tests.yml/badge.svg) diff --git a/lib/mapp.mjs b/lib/mapp.mjs index 2e30ca8726..f44c93a1a2 100644 --- a/lib/mapp.mjs +++ b/lib/mapp.mjs @@ -65,9 +65,9 @@ if (window.ol === undefined) { self.mapp = { ol: _ol, - version: '4.8.6', + version: '4.8.7', - hash: 'ad06efce09a285797f3609abc9e5a91dfade8736', + hash: 'f1bbc5c23c09973c742ee3b51b6b9c20eb65bc9d', host: document.head?.dataset?.dir || '', diff --git a/package.json b/package.json index 700342a976..2914893df0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.8.6", + "version": "v4.8.7", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"