diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 17:44:43 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-31 17:44:43 -0400 |
commit | cb34084deb704985b3811be73668d47fd75eeede (patch) | |
tree | 83ac7ae5e8d783a025aca34945e9f8f68e399709 /src/SMAPI.Mods.ConsoleCommands | |
parent | e4a5d8d46a4417de8c966b8d4a338fb0c39bbaeb (diff) | |
download | SMAPI-cb34084deb704985b3811be73668d47fd75eeede.tar.gz SMAPI-cb34084deb704985b3811be73668d47fd75eeede.tar.bz2 SMAPI-cb34084deb704985b3811be73668d47fd75eeede.zip |
bump versions for beta
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 a0ab1871..4afa61aa 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.2", + "Version": "2.8.0-beta.3", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.8.0-beta.2" + "MinimumApiVersion": "2.8.0-beta.3" } |