From 519c2d24f201f14aaba5a06eb77da79a01cfd032 Mon Sep 17 00:00:00 2001 From: Crovaxon Date: Sun, 11 May 2025 16:19:49 +0200 Subject: [PATCH] Change version, download and manifest to Foundry invalid values for testing. --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 34e4701..7e93afb 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "socketlib", "title": "socketlib", "description": "A library for easier handling of foundry sockets", - "version": "1.1.1", + "version": "#{VERSION}#", "compatibility": { "minimum": "11", "verified": "13.338" @@ -28,8 +28,8 @@ "src/socketlib.js" ], "url": "https://github.com/farling42/foundryvtt-socketlib", - "download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.1/module.zip", - "manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json", + "download": "#{URL}#", + "manifest": "#{MANIFEST}#", "readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md", "changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md", "bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"