diff --git a/module.json b/module.json index f6f900a..ff9cf46 100644 --- a/module.json +++ b/module.json @@ -3,10 +3,10 @@ "title": "PF2E Persistent Damage", "description": "Macros that create effects to handle persistent damage", "author": "Supe", - "version": "0.7.2", + "version": "0.8.0", "compatibleCoreVersion": "0.8.9", - "minimumCoreVersion": "0.8.6", - "minimumSystemVersion": "2.10.1", + "minimumCoreVersion": "0.8.9", + "minimumSystemVersion": "2.20.0", "type": "module", "systems": ["pf2e"], "esmodules": ["./index.js"], @@ -38,5 +38,5 @@ ], "url": "https://github.com/CarlosFdez/pf2e-persistent-damage", "manifest": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/latest/download/module.json", - "download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v0.7.2/module.zip" + "download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v0.8.0/module.zip" }