Skip to content

Commit

Permalink
v4.7.7-alpha bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Jan 25, 2024
1 parent 880b6e8 commit a4101dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**v4.7.6**
**v4.7.7-alpha**

[![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)
Expand Down
4 changes: 2 additions & 2 deletions lib/mapp.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import * as plugins from './plugins.mjs'
hooks.parse();

self.mapp = {
version: '4.7.6',
hash: '663d4d3bd37479afa3d60f8fb96f5899dd44b1f3',
version: '4.7.7-alpha',
hash: '880b6e8eaf22d1210d1e6910a6deae37d891e664',

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.7.6",
"version": "v4.7.7-alpha",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
Expand Down

0 comments on commit a4101dd

Please sign in to comment.