diff --git a/README.md b/README.md index a4ee316e4a..5fe66d50e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**v4.7.3** +**v4.7.4** [![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 cccaf82111..f355308ee3 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.3', - hash: '346fedf4014e4b98039d035fa936e26576816919', + version: '4.7.4', + hash: '1d7609af268925963af378a1d529e7641dbfee04', language: hooks.current.language || 'en', dictionaries, diff --git a/package.json b/package.json index 081f0e011e..d30f379da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xyz", - "version": "v4.7.3", + "version": "v4.7.4", "repository": { "type": "git", "url": "https://github.com/geolytix/xyz"