Skip to content

Commit

Permalink
Version bump v4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAndrewHurst committed Nov 13, 2023
1 parent 346fedf commit cacc06e
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.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)
Expand Down
4 changes: 2 additions & 2 deletions lib/mapp.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.2",
"version": "v4.7.3",
"repository": {
"type": "git",
"url": "https://github.com/geolytix/xyz"
Expand Down

0 comments on commit cacc06e

Please sign in to comment.