diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-11 18:34:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-11 18:34:23 -0400 |
commit | 896f98f2604f508cd94f2fcb0aa34cd914a042b5 (patch) | |
tree | 1805de3647dfac107b1a2b2e0a2be8e482eb92f6 /src/SMAPI.Mods.ConsoleCommands | |
parent | 5a9c9360d445254ef8290fc0f5fd48117f07a2b0 (diff) | |
download | SMAPI-896f98f2604f508cd94f2fcb0aa34cd914a042b5.tar.gz SMAPI-896f98f2604f508cd94f2fcb0aa34cd914a042b5.tar.bz2 SMAPI-896f98f2604f508cd94f2fcb0aa34cd914a042b5.zip |
update for beta release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index c76da971..397bcf53 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "2.8.0-beta.4", + "Version": "2.8.0-beta.5", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.8.0-beta.4" + "MinimumApiVersion": "2.8.0-beta.5" } |