From 0b70d995108d0f882747b9c2138d85ca47cdda9b Mon Sep 17 00:00:00 2001 From: "Aaron C. Meadows" Date: Sun, 10 Sep 2023 14:25:18 -0500 Subject: [PATCH] Fixed typo --- MonsterHitDice/script.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/MonsterHitDice/script.json b/MonsterHitDice/script.json index 247af74ee8..6668c0a45f 100644 --- a/MonsterHitDice/script.json +++ b/MonsterHitDice/script.json @@ -43,7 +43,7 @@ "value": "findSRDFormula" }, { - "name": "1st Edtion HD in Attribute (d8)", + "name": "1st Edition HD in Attribute (d8)", "type": "checkbox", "description": "Select this checkbox if the HitDice attribute contains a number of d8s to roll for hitdice", "value": "HDis1eD8s" @@ -79,15 +79,5 @@ "graphic.subtype": "read", "graphic.type": "read" }, - "conflicts": [], - "previousversions": [ - "0.3.10", - "0.3.3", - "0.3.4", - "0.3.5", - "0.3.6", - "0.3.7", - "0.3.8", - "0.3.9" - ] -} \ No newline at end of file + "conflicts": [] +}