From 19ca07574d8df7060dbf871f03d8aac0ed0ed586 Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Mon, 20 May 2024 10:36:58 +0200 Subject: [PATCH] v4.8.6 bump --- README.md | 2 +- lib/mapp.mjs | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b7769c8e..3d19528ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**v4.8.5** +**v4.8.6** [![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 9834dd2f6..2e30ca872 100644 --- a/lib/mapp.mjs +++ b/lib/mapp.mjs @@ -65,9 +65,9 @@ if (window.ol === undefined) { self.mapp = { ol: _ol, - version: '4.8.5', + version: '4.8.6', - hash: '1de14d9a312a6a76eddbcf6516a6d3952aca97c9', + hash: 'ad06efce09a285797f3609abc9e5a91dfade8736', host: document.head?.dataset?.dir || '', diff --git a/package.json b/package.json index d8d243c88..3acad175c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.8.5", + "version": "v4.8.6", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"