From bed49a3e993be353157d1a7d04447530d8c3fc1a Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Mon, 31 May 2021 15:46:46 -0400 Subject: [PATCH] release: 0.6.1 --- src/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index 12289b3..b1d6b29 100644 --- a/src/module.json +++ b/src/module.json @@ -3,10 +3,10 @@ "title": "PF2E Persistent Damage", "description": "Macros that create effects to handle persistent damage", "author": "Supe", - "version": "0.6.0", + "version": "0.6.1", "compatibleCoreVersion": "0.8.5", "minimumCoreVersion": "0.8.5", - "minimumSystemVersion": "1.15.0", + "minimumSystemVersion": "2.0.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.6.0/module.zip" + "download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v0.6.1/module.zip" }