chore: set minAppVersion to 1.12.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nyxsys 2026-03-23 17:36:26 -04:00
parent acb18973e2
commit 84477f7b22
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"id": "hexmaker-plugin",
"name": "Hexmap World Creator",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"minAppVersion": "1.12.0",
"description": "Hex crawl worldbuilding toolbox. Aims to allow you to create a guidebook level wiki for your setting with minimal fuss. System agnostic, ready for any TRPG (tabletop role playing game) you care to run in it.",
"author": "Mark B",
"authorUrl": "https://github.com/sbuffkin",

View file

@ -1,3 +1,3 @@
{
"0.1.0": "1.0.0"
"1.0.0": "1.12.0"
}