summaryrefslogtreecommitdiff
path: root/src/TrainerMod
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-14 11:39:52 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-14 11:39:52 -0400
commit8aec1eff99858716afe7b8604b512181f78c214f (patch)
tree7a26668a66ea0630a2b9367ac820fe7a6d99ac77 /src/TrainerMod
parent11b889992cd4d29099116e08e5560e040edd4506 (diff)
downloadSMAPI-8aec1eff99858716afe7b8604b512181f78c214f.tar.gz
SMAPI-8aec1eff99858716afe7b8604b512181f78c214f.tar.bz2
SMAPI-8aec1eff99858716afe7b8604b512181f78c214f.zip
update for 2.0 release
Diffstat (limited to 'src/TrainerMod')
-rw-r--r--src/TrainerMod/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json
index 20b40f8a..22e35bce 100644
--- a/src/TrainerMod/manifest.json
+++ b/src/TrainerMod/manifest.json
@@ -2,9 +2,9 @@
"Name": "Trainer Mod",
"Author": "SMAPI",
"Version": {
- "MajorVersion": 1,
- "MinorVersion": 15,
- "PatchVersion": 4,
+ "MajorVersion": 2,
+ "MinorVersion": 0,
+ "PatchVersion": 0,
"Build": null
},
"Description": "Adds SMAPI console commands that let you manipulate the game.",