From c4287028fd033c9ee0420a6d05abbaffbc0a7bdd Mon Sep 17 00:00:00 2001 From: "isaprettycoolguy@protonmail.com" <6576516+nyxsys@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:59:12 -0400 Subject: [PATCH] fix linter error --- manifest.json | 2 +- package.json | 2 +- src/hex-map/IconPickerModal.ts | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e197525..75bc457 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index aad35b1..e3bf4fb 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/hex-map/IconPickerModal.ts b/src/hex-map/IconPickerModal.ts index b607fa5..332482a 100644 --- a/src/hex-map/IconPickerModal.ts +++ b/src/hex-map/IconPickerModal.ts @@ -125,7 +125,7 @@ export class IconPickerModal extends HexmakerModal { }); dropZone.createEl("br"); dropZone.createEl("small", { - text: "Accepts PNG, JPG, GIF, SVG and WebP · recommended 64–128 px square", + text: "Accepts PNG, JPG, GIF, SVG, and WebP - recommended 64–128 px square", }); const statusEl = section.createEl("p", { cls: "duckmage-icon-add-status" }); diff --git a/versions.json b/versions.json index 543e975..1ad8b55 100644 --- a/versions.json +++ b/versions.json @@ -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" }