From 84477f7b22975cb9cc3533db9a4fe45d025eefed Mon Sep 17 00:00:00 2001 From: nyxsys Date: Mon, 23 Mar 2026 17:36:26 -0400 Subject: [PATCH] chore: set minAppVersion to 1.12.0 Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 13c109f..119c1c6 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index c140cd5..a198882 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "1.0.0" + "1.0.0": "1.12.0" }