diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-21 22:22:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-21 22:22:44 -0500 |
commit | 5c96a10da5801049ee17ffa185dbf19e6d8a2306 (patch) | |
tree | 9302a2a53a68202ac97e86662394a509df499541 /src/SMAPI.Mods.ConsoleCommands | |
parent | 274139eafef34866f8e7d404a52db85c8d89a624 (diff) | |
download | SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.gz SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.tar.bz2 SMAPI-5c96a10da5801049ee17ffa185dbf19e6d8a2306.zip |
update for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index 06ab1b54..fc5ce35d 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,12 +1,7 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": { - "MajorVersion": 2, - "MinorVersion": 3, - "PatchVersion": 0, - "Build": null - }, + "Version": "2.4.0", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |