From cacc06e5cbf967ab56281e280830625e21b123fe Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Mon, 13 Nov 2023 14:39:07 +0200 Subject: [PATCH] Version bump v4.7.3 --- 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 3e4398446..a4ee316e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**v4.7.2** +**v4.7.3** [![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 afc8b0b3b..cccaf8211 100644 --- a/lib/mapp.mjs +++ b/lib/mapp.mjs @@ -17,8 +17,8 @@ self.mapp = (function (mapp) { hooks.parse(); Object.assign(mapp, { - version: '4.7.2', - hash: '4026463d6e57c02f0da8ad676d81f59e47baacc8', + version: '4.7.3', + hash: '346fedf4014e4b98039d035fa936e26576816919', language: hooks.current.language || 'en', dictionaries, diff --git a/package.json b/package.json index cab970835..081f0e011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.7.2", + "version": "v4.7.3", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"