From 5270240c01a32b19d949a24566b65731dbc3d865 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 1 Mar 2017 19:21:58 -0500 Subject: update TrainerMod manifest --- src/TrainerMod/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/TrainerMod') diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json index 72a3f40a..8bddf02d 100644 --- a/src/TrainerMod/manifest.json +++ b/src/TrainerMod/manifest.json @@ -1,13 +1,13 @@ { "Name": "Trainer Mod", - "Author": "Zoryn", + "Author": "SMAPI", "Version": { "MajorVersion": 1, - "MinorVersion": 0, + "MinorVersion": 9, "PatchVersion": 0, - "Build": "" + "Build": null }, - "Description": "Registers several commands to use. Most commands are trainer-like in that they offer forms of cheating.", - "UniqueID": "Zoryn.TrainerMod", + "Description": "Adds SMAPI console commands that let you manipulate the game.", + "UniqueID": "SMAPI.TrainerMod", "EntryDll": "TrainerMod.dll" -} \ No newline at end of file +} -- cgit