From a658018e0506c8846de548f7296cfabca63a51bf Mon Sep 17 00:00:00 2001 From: Carl-Hugo Marcotte Date: Thu, 25 Aug 2022 22:02:38 -0400 Subject: [PATCH] Enable v10 module id --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 85ef7ee..6c1d691 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,9 @@ { - "v10-id": "storyteller-star-wars-theme", + "id": "storyteller-star-wars-theme", "name": "storyteller-star-wars-theme", "title": "Storyteller Star Wars Theme", "description": "Adds a Star Wars datapad theme to the Foundry VTT Storyteller plugin.", - "version": "1.0.8", + "version": "1.0.9", "templateVersion": 2, "minimumCoreVersion": "9", "compatibleCoreVersion": "9",