1 Commits
0.2 ... main

Author SHA1 Message Date
2f54936932 Update version to 0.2 and fix download URL 2025-12-08 19:28:38 -05:00
2 changed files with 2 additions and 2 deletions

BIN
gm-assistant.zip Normal file

Binary file not shown.

View File

@@ -2,7 +2,7 @@
"id": "gm-assistant", "id": "gm-assistant",
"title": "GM Assistant", "title": "GM Assistant",
"description": "Claude-powered GM assistant for live D&D sessions", "description": "Claude-powered GM assistant for live D&D sessions",
"version": "0.1.0", "version": "0.2",
"compatibility": { "compatibility": {
"minimum": "13", "minimum": "13",
"verified": "13" "verified": "13"
@@ -20,5 +20,5 @@
], ],
"url": "https://git.kavcorp.com/kavren/gm-assistant", "url": "https://git.kavcorp.com/kavren/gm-assistant",
"manifest": "https://git.kavcorp.com/kavren/gm-assistant/raw/branch/main/module.json", "manifest": "https://git.kavcorp.com/kavren/gm-assistant/raw/branch/main/module.json",
"download": "https://git.kavcorp.com/kavren/gm-assistant/releases/download/v0.1.0/gm-assistant.zip" "download": "https://git.kavcorp.com/kavren/gm-assistant/releases/download/0.2/gm-assistant.zip"
} }