From 65d0c5713020f56dff1cb86fb2a4e16de6dbcb71 Mon Sep 17 00:00:00 2001 From: b-b-blueberry Date: Mon, 16 Aug 2021 18:09:00 +1000 Subject: [PATCH] Set minimum API version to 3.12.0 for Harmony 2 requirement. --- RaisedGardenBeds/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RaisedGardenBeds/manifest.json b/RaisedGardenBeds/manifest.json index fd35811..2418c65 100644 --- a/RaisedGardenBeds/manifest.json +++ b/RaisedGardenBeds/manifest.json @@ -5,11 +5,11 @@ "Description": "Garden beds for your farm, usable outdoors with seasonal crops.", "UniqueID": "blueberry.RaisedGardenBeds", "EntryDll": "RaisedGardenBeds.dll", - "MinimumApiVersion": "3.0.0", + "MinimumApiVersion": "3.12.0", + "UpdateKeys": [ "Nexus:5305" ], "Dependencies": [ { "UniqueID": "spacechase0.SpaceCore" } - ], - "UpdateKeys": [ "Nexus:5305" ] + ] }