diff --git a/module.json b/module.json index 6327c3b..64dfb5f 100644 --- a/module.json +++ b/module.json @@ -3,12 +3,12 @@ "title": "Card Support (Unofficial)", "description": "Unofficial deck support for foundry that allows you to have cards and player hands and the like.", "author": "Spacemandev, Norc", - "version": "1.6.0-beta", + "version": "1.6.1-beta", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "0.8.5", "url": "https://github.com/spacemandev-git/fvtt-card-support", - "manifest": "https://raw.githubusercontent.com/spacemandev-git/fvtt-card-support/1.6.0-beta/module.json", - "download": "https://github.com/spacemandev-git/fvtt-card-support/archive/refs/tags/1.6.0-beta.zip", + "manifest": "https://raw.githubusercontent.com/spacemandev-git/fvtt-card-support/1.6.1-beta/module.json", + "download": "https://github.com/spacemandev-git/fvtt-card-support/archive/refs/tags/1.6.1-beta.zip", "esmodules": [ "./scripts/decksupport.js", "./scripts/tileHud.js",