From ae5d3cfac7d6c22269e73e63c27b0aa3317d4731 Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Wed, 7 Jan 2026 15:55:12 +0100 Subject: [PATCH 1/2] chore: Update module URLs and download version to new git host. --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 7da55d1..17b6c88 100644 --- a/module.json +++ b/module.json @@ -11,7 +11,7 @@ { "name": "CPTN Cosmo", "email": "cptncosmo@gmail.com", - "url": "https://github.com/cptn-cosmo", + "url": "https://git.geeks.gay/cosmo", "discord": "cptn_cosmo", "flags": {} } @@ -32,6 +32,6 @@ "styles/module.css" ], "url": "https://git.geeks.gay/cosmo/dh-countdownsplus", - "manifest": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/latest/download/module.json", - "download": "https://github.com/cptn-cosmo/dh-countdownsplus/releases/download/1.0.0/dh-countdownsplus.zip" -} + "manifest": "https://git.geeks.gay/cosmo/dh-countdownsplus/releases/download/latest/module.json", + "download": "https://git.geeks.gay/cosmo/dh-countdownsplus/releases/download/1.1.0/dh-countdownsplus.zip" +} \ No newline at end of file From f830669a2aaa27125b8a12314cc267e657704acb Mon Sep 17 00:00:00 2001 From: CPTN Cosmo Date: Wed, 7 Jan 2026 16:21:56 +0100 Subject: [PATCH 2/2] chore: Update manifest URL to raw main branch file. --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 17b6c88..2992ca6 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "dh-countdownsplus", "title": "Daggerheart Countdowns Plus", "description": "A module to allow the Daggerheart countdown tracker to be detached and moved freely.", - "version": "1.1.0", + "version": "1.1.1", "compatibility": { "minimum": "13", "verified": "13" @@ -32,6 +32,6 @@ "styles/module.css" ], "url": "https://git.geeks.gay/cosmo/dh-countdownsplus", - "manifest": "https://git.geeks.gay/cosmo/dh-countdownsplus/releases/download/latest/module.json", - "download": "https://git.geeks.gay/cosmo/dh-countdownsplus/releases/download/1.1.0/dh-countdownsplus.zip" + "manifest": "https://git.geeks.gay/cosmo/dh-countdownsplus/raw/branch/main/module.json", + "download": "https://git.geeks.gay/cosmo/dh-countdownsplus/releases/download/1.1.1/dh-countdownsplus.zip" } \ No newline at end of file