diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-19 23:50:31 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-19 23:50:31 -0400 |
commit | 94a1308eb4bb76ad1dad73978b870cc51abacdc3 (patch) | |
tree | 62e0e0e6b7166688a8fa08514ba363dcb13d81b0 /src/SMAPI.Mods.ConsoleCommands | |
parent | 08e9c7e7d36cbf0720c93b395e688aeb5c86b1dc (diff) | |
download | SMAPI-94a1308eb4bb76ad1dad73978b870cc51abacdc3.tar.gz SMAPI-94a1308eb4bb76ad1dad73978b870cc51abacdc3.tar.bz2 SMAPI-94a1308eb4bb76ad1dad73978b870cc51abacdc3.zip |
bump versions for beta release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index c4bafbce..a08c3091 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,7 +1,7 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "2.6.0-beta.16", + "Version": "2.6.0-beta.17", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |