diff --git a/module.json b/module.json index 4eeb8a8..e0a4eff 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.0", + "version": "#{VERSION}#", "compatibility": { "minimum": "11", "verified": "12" @@ -27,9 +27,9 @@ "esmodules": [ "src/socketlib.js" ], - "url": "https://github.com/farling42/foundryvtt-socketlib", - "download": "https://github.com/farling42/foundryvtt-socketlib/archive/v1.1.0.zip", - "manifest": "https://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/module.json", + "url": "#{URL}#", + "download": "#{DOWNLOAD}#", + "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"