Skip to content

Commit

Permalink
Verison bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Nov 1, 2024
1 parent 52558fa commit 5c713c0
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.12.1**
**v4.12.2**

[![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
4 changes: 2 additions & 2 deletions lib/mapp.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ if (window.ol === undefined) {
self.mapp = {
ol: _ol,

version: '4.12.1',
version: '4.12.2',

hash: 'd18842e399cba41278b14e6658d2706a692f9b19',
hash: '52558fa8bbd8752e4f27036c7ca95a7f3426a205',

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz",
"version": "v4.12.1",
"version": "v4.12.2",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
Expand Down Expand Up @@ -39,4 +39,4 @@
"express": "^4.18.3",
"uhtml": "^3.1.0"
}
}
}

0 comments on commit 5c713c0

Please sign in to comment.