From 2d302fc19d642f211fee996e44e736e6103b2449 Mon Sep 17 00:00:00 2001 From: Jorge Diz Pico Date: Thu, 8 Sep 2022 04:01:13 +0200 Subject: [PATCH] Remove deprecation and compatibility warnings --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 720d17a..6d7c1ba 100644 --- a/module.json +++ b/module.json @@ -1,5 +1,5 @@ { - "name": "foundryvtt-gl", + "id": "foundryvtt-gl", "title": "FoundryVTT en Galego", "description": "Galician translation of core FoundryVTT and other systems and modules.", "authors": [ @@ -8,10 +8,10 @@ "discord": "xurxodiz#5885" } ], - "version": "10.284.1", + "version": "10.284.2", "compatibility": { - "minimum": "10", - "verified": "10" + "minimum": "10.284", + "verified": "10.284" }, "scripts": [], "styles": [],