diff --git a/README.md b/README.md index 4394ab2b03..46ed7565a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**v4.9.1β** +**v4.9.1** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![Codi Unit Tests](https://github.com/GEOLYTIX/xyz/actions/workflows/unit_tests.yml/badge.svg) diff --git a/lib/mapp.mjs b/lib/mapp.mjs index 0a9366db91..5761262612 100644 --- a/lib/mapp.mjs +++ b/lib/mapp.mjs @@ -1,4 +1,4 @@ -/** +/* A location object is created by decorating a location JSON. @module mapp @@ -65,9 +65,9 @@ if (window.ol === undefined) { self.mapp = { ol: _ol, - version: '4.9.1β', + version: '4.9.1', - hash: '1baee6bfc9cb35c731ed065c996d8ed47222ade5', + hash: 'e0dfe7a8aefbbcab3542f1439105fbf145909458', host: document.head?.dataset?.dir || '', diff --git a/package.json b/package.json index 870bacd766..40db2eef56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.9.1β", + "version": "v4.9.1", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"