diff --git a/manifest.json b/manifest.json index 4dffc47..c7e6d6c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "hexmaker", "name": "Hexmap World Creator", - "version": "1.4.3", + "version": "1.4.4", "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", diff --git a/package-lock.json b/package-lock.json index acd3a96..479ae5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "minisearch": "^7.2.0" diff --git a/package.json b/package.json index 697f784..c28bb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "description": "A plugin to power hex crawl worldbuilding and running.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 53cdce4..7f14c59 100644 --- a/versions.json +++ b/versions.json @@ -44,5 +44,6 @@ "1.4.0": "1.12.0", "1.4.1": "1.12.0", "1.4.2": "1.12.0", - "1.4.3": "1.12.0" + "1.4.3": "1.12.0", + "1.4.4": "1.12.0" } \ No newline at end of file