chore: release 1.4.5

This commit is contained in:
isaprettycoolguy@protonmail.com 2026-06-23 19:05:34 -04:00
parent a2dcfd2cfb
commit ee6ba76274
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hexmaker",
"name": "Hexmap World Creator",
"version": "1.4.4",
"version": "1.4.5",
"minAppVersion": "1.12.0",
"description": "Create a hex map and a guidebook level wiki for your setting with minimal fuss. Hex crawl worldbuilding toolbox. System agnostic, ready for any TRPG you care to run in it.",
"author": "morkdev",

View file

@ -1,6 +1,6 @@
{
"name": "hexmaker-plugin",
"version": "1.4.4",
"version": "1.4.5",
"description": "A plugin to power hex crawl worldbuilding and running.",
"main": "main.js",
"scripts": {

View file

@ -45,5 +45,6 @@
"1.4.1": "1.12.0",
"1.4.2": "1.12.0",
"1.4.3": "1.12.0",
"1.4.4": "1.12.0"
"1.4.4": "1.12.0",
"1.4.5": "1.12.0"
}