Skip to content

Commit

Permalink
Version v4.9.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Jun 25, 2024
1 parent e0dfe7a commit f275ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**v4.9.**
**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)
Expand Down
6 changes: 3 additions & 3 deletions lib/mapp.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
A location object is created by decorating a location JSON.
@module mapp
Expand Down Expand Up @@ -65,9 +65,9 @@ if (window.ol === undefined) {
self.mapp = {
ol: _ol,

version: '4.9.',
version: '4.9.1',

hash: '1baee6bfc9cb35c731ed065c996d8ed47222ade5',
hash: 'e0dfe7a8aefbbcab3542f1439105fbf145909458',

host: document.head?.dataset?.dir || '',

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz",
"version": "v4.9.",
"version": "v4.9.1",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
Expand Down

0 comments on commit f275ca5

Please sign in to comment.