Skip to content

Commit

Permalink
v4.12.0-alpha bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Oct 7, 2024
1 parent d10a12b commit b31bc50
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**v4.11.0**
**v4.12.0α**

[![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.11.0',
version: '4.12.0α',

hash: '5a28bda674f2aecae1cdb51370b7e8347f6011c9',
hash: 'd10a12bce1378a1a89cce041de2172706f6258b1',

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.11.0",
"version": "v4.12.0α",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
Expand Down
10 changes: 0 additions & 10 deletions tests/mod/user/remote_address.js

This file was deleted.

38 changes: 0 additions & 38 deletions tests/mod/user/remote_address.test.js

This file was deleted.

0 comments on commit b31bc50

Please sign in to comment.