From b4988660bf446263254759fda73c7e9bc88e8b97 Mon Sep 17 00:00:00 2001 From: rikai Date: Mon, 10 Apr 2023 10:07:32 -0700 Subject: [PATCH] Version bump --- GrandfathersHeirlooms/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GrandfathersHeirlooms/manifest.json b/GrandfathersHeirlooms/manifest.json index 6a6484e..5ed9d50 100644 --- a/GrandfathersHeirlooms/manifest.json +++ b/GrandfathersHeirlooms/manifest.json @@ -1,7 +1,7 @@ { "Name": "Grandfather's Heirlooms", "Author": "rikai", - "Version": "2.0.2", + "Version": "2.1.0", "Description": "A continuation of the Grandfather's Gift Remade", "UniqueID": "rikai.GrandfathersHeirlooms", "EntryDll": "GrandfathersHeirlooms.dll", @@ -20,6 +20,7 @@ "1.2.5": "Revert skipping mod after triggered once because state is game-wide instead of per-save", "2.0.0": "Set positioning based on marriage state, code cleanup/modernization, more detailed logging, rename project, update copyright, GUID & description", "2.0.1": "Fix an issue with EntryDLL naming.", - "2.0.2": "Made console output a bit less spammy by moving Debug and Info level logs to Trace." + "2.0.2": "Made console output a bit less spammy by moving Debug and Info level logs to Trace.", + "2.1.0": "Adjustments to prepare for SMAPI 4.0" } } \ No newline at end of file