fix linter sentence-case error in icon picker hint text, version bump to 1.0.25

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isaprettycoolguy@protonmail.com 2026-05-09 08:58:53 -04:00
parent dd0cafe273
commit c984e9014b
5 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hexmaker",
"name": "Hexmap World Creator",
"version": "1.0.24",
"version": "1.0.25",
"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.0.24",
"version": "1.0.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hexmaker-plugin",
"version": "1.0.24",
"version": "1.0.25",
"license": "MIT",
"dependencies": {
"minisearch": "^7.2.0"

View file

@ -1,6 +1,6 @@
{
"name": "hexmaker-plugin",
"version": "1.0.24",
"version": "1.0.25",
"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: "For best results, use 64128 px square images (.png, .jpg, .gif, .svg, .webp)",
text: "For best results, use 64128 px square images",
});
const statusEl = section.createEl("p", { cls: "duckmage-icon-add-status" });

View file

@ -13,5 +13,6 @@
"1.0.21": "1.12.0",
"1.0.22": "1.12.0",
"1.0.23": "1.12.0",
"1.0.24": "1.12.0"
"1.0.24": "1.12.0",
"1.0.25": "1.12.0"
}