Change version, download and manifest to Foundry invalid values for testing.

This commit is contained in:
Crovaxon
2025-05-11 16:19:49 +02:00
parent e74ec2b733
commit 519c2d24f2
+3 -3
View File
@@ -2,7 +2,7 @@
"id": "socketlib", "id": "socketlib",
"title": "socketlib", "title": "socketlib",
"description": "A library for easier handling of foundry sockets", "description": "A library for easier handling of foundry sockets",
"version": "1.1.1", "version": "#{VERSION}#",
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "13.338" "verified": "13.338"
@@ -28,8 +28,8 @@
"src/socketlib.js" "src/socketlib.js"
], ],
"url": "https://github.com/farling42/foundryvtt-socketlib", "url": "https://github.com/farling42/foundryvtt-socketlib",
"download": "https://github.com/farling42/foundryvtt-socketlib/releases/download/v1.1.1/module.zip", "download": "#{URL}#",
"manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json", "manifest": "#{MANIFEST}#",
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md", "readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md", "changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues" "bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"