From a4101dd1d09d879905a250c5b334101b5d51aeda Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Thu, 25 Jan 2024 14:33:22 +0200 Subject: [PATCH] v4.7.7-alpha bump --- README.md | 2 +- lib/mapp.mjs | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a61592e73b..1be635f154 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lib/mapp.mjs b/lib/mapp.mjs index 7f73f629de..097a72a3ad 100644 --- a/lib/mapp.mjs +++ b/lib/mapp.mjs @@ -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 || '', diff --git a/package.json b/package.json index 5edd7eeea7..0d26c2301b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.7.6", + "version": "v4.7.7-alpha", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"