From 1825755e75f5ea9a339d96d591cbcf0f1b950f4d Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 8 Sep 2017 11:50:49 -0400 Subject: update for release --- src/TrainerMod/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TrainerMod/manifest.json') diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json index 5c634f53..20b40f8a 100644 --- a/src/TrainerMod/manifest.json +++ b/src/TrainerMod/manifest.json @@ -1,10 +1,10 @@ -{ +{ "Name": "Trainer Mod", "Author": "SMAPI", "Version": { "MajorVersion": 1, "MinorVersion": 15, - "PatchVersion": 1, + "PatchVersion": 4, "Build": null }, "Description": "Adds SMAPI console commands that let you manipulate the game.", -- cgit