fix linter error

This commit is contained in:
isaprettycoolguy@protonmail.com 2026-04-15 09:59:12 -04:00
parent 8b8e3bd661
commit c4287028fd
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hexmaker",
"name": "Hexmap World Creator",
"version": "1.0.21",
"version": "1.0.22",
"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.0.21",
"version": "1.0.22",
"description": "A plugin to power hex crawl worldbuilding and running.",
"main": "main.js",
"scripts": {

View file

@ -125,7 +125,7 @@ export class IconPickerModal extends HexmakerModal {
});
dropZone.createEl("br");
dropZone.createEl("small", {
text: "Accepts PNG, JPG, GIF, SVG and WebP · recommended 64128 px square",
text: "Accepts PNG, JPG, GIF, SVG, and WebP - recommended 64128 px square",
});
const statusEl = section.createEl("p", { cls: "duckmage-icon-add-status" });

View file

@ -10,5 +10,6 @@
"1.0.18": "1.12.0",
"1.0.19": "1.12.0",
"1.0.20": "1.12.0",
"1.0.21": "1.12.0"
"1.0.21": "1.12.0",
"1.0.22": "1.12.0"
}