From dd0cafe2732f4114df6421aa4897da3e1857cccd Mon Sep 17 00:00:00 2001 From: "isaprettycoolguy@protonmail.com" <6576516+nyxsys@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:32:27 -0400 Subject: [PATCH] rework sentence to fix linter issue --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/hex-map/IconPickerModal.ts | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index b8af481..0ece6d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "hexmaker", "name": "Hexmap World Creator", - "version": "1.0.23", + "version": "1.0.24", "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 c5b8907..cf2f447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexmaker-plugin", - "version": "1.0.13", + "version": "1.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexmaker-plugin", - "version": "1.0.13", + "version": "1.0.24", "license": "MIT", "dependencies": { "minisearch": "^7.2.0" diff --git a/package.json b/package.json index 11649c4..333febb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexmaker-plugin", - "version": "1.0.23", + "version": "1.0.24", "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 e9b6994..e35e00d 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: "Recommended 64–128 px square, PNG, JPG, GIF, SVG, and WebP", + text: "For best results, use 64–128 px square images (.png, .jpg, .gif, .svg, .webp)", }); const statusEl = section.createEl("p", { cls: "duckmage-icon-add-status" }); diff --git a/versions.json b/versions.json index fdc931c..053b616 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.0.20": "1.12.0", "1.0.21": "1.12.0", "1.0.22": "1.12.0", - "1.0.23": "1.12.0" + "1.0.23": "1.12.0", + "1.0.24": "1.12.0" } \ No newline at end of file