From d426d724984704ec43bb3a264bf15fd81fb28d77 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 7 Jul 2017 17:20:09 -0400 Subject: update for 1.15 release --- src/TrainerMod/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/TrainerMod') diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json index 40eb3237..f1665a45 100644 --- a/src/TrainerMod/manifest.json +++ b/src/TrainerMod/manifest.json @@ -3,8 +3,8 @@ "Author": "SMAPI", "Version": { "MajorVersion": 1, - "MinorVersion": 14, - "PatchVersion": 1, + "MinorVersion": 15, + "PatchVersion": 0, "Build": null }, "Description": "Adds SMAPI console commands that let you manipulate the game.", -- cgit