diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-08 11:50:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-09-08 11:50:49 -0400 |
commit | 1825755e75f5ea9a339d96d591cbcf0f1b950f4d (patch) | |
tree | 1844dfbf23fa6314fcb70dd820646741785b10bf /src/TrainerMod | |
parent | c994747e513f98eb5760a3a4dc9e063b16b1abc9 (diff) | |
download | SMAPI-1825755e75f5ea9a339d96d591cbcf0f1b950f4d.tar.gz SMAPI-1825755e75f5ea9a339d96d591cbcf0f1b950f4d.tar.bz2 SMAPI-1825755e75f5ea9a339d96d591cbcf0f1b950f4d.zip |
update for release
Diffstat (limited to 'src/TrainerMod')
-rw-r--r-- | src/TrainerMod/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
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.", |