diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 19:21:58 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 19:21:58 -0500 |
commit | 5270240c01a32b19d949a24566b65731dbc3d865 (patch) | |
tree | 0fd58d601f3aff02efcece6be90402dc6e627de3 /src/TrainerMod/manifest.json | |
parent | 51ac0127e8fcee3d89eb4e3193250ed58fec8de9 (diff) | |
download | SMAPI-5270240c01a32b19d949a24566b65731dbc3d865.tar.gz SMAPI-5270240c01a32b19d949a24566b65731dbc3d865.tar.bz2 SMAPI-5270240c01a32b19d949a24566b65731dbc3d865.zip |
update TrainerMod manifest
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 +} |