diff options
Diffstat (limited to 'src/TrainerMod/manifest.json')
-rw-r--r-- | src/TrainerMod/manifest.json | 12 |
1 files changed, 6 insertions, 6 deletions
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 +} |