mirror of
https://github.com/sbuffkin/hexmaker.git
synced 2026-07-22 14:30:24 +00:00
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:
parent
dd0cafe273
commit
c984e9014b
5 changed files with 7 additions and 6 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ export class IconPickerModal extends HexmakerModal {
|
|||
});
|
||||
dropZone.createEl("br");
|
||||
dropZone.createEl("small", {
|
||||
text: "For best results, use 64–128 px square images (.png, .jpg, .gif, .svg, .webp)",
|
||||
text: "For best results, use 64–128 px square images",
|
||||
});
|
||||
|
||||
const statusEl = section.createEl("p", { cls: "duckmage-icon-add-status" });
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue