This commit is contained in:
isaprettycoolguy@protonmail.com 2026-05-25 16:09:43 -04:00
parent 0683363d60
commit 6f9c759850
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hexmaker",
"name": "Hexmap World Creator",
"version": "1.1.10",
"version": "1.1.11",
"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",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "hexmaker-plugin",
"version": "1.1.10",
"version": "1.1.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hexmaker-plugin",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",
"dependencies": {
"minisearch": "^7.2.0"

View file

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

View file

@ -29,5 +29,6 @@
"1.1.7": "1.12.0",
"1.1.8": "1.12.0",
"1.1.9": "1.12.0",
"1.1.10": "1.12.0"
"1.1.10": "1.12.0",
"1.1.11": "1.12.0"
}