diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-01 01:19:37 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-01 01:19:37 -0400 |
commit | 3255518f0a9d18f2d25859747a21bd54759b8f84 (patch) | |
tree | de9661f5772d31d30d66cfdffce7a1dbed0b62cc /src/SMAPI.Mods.ConsoleCommands | |
parent | c6420f0e645687e13f3727e08adc4be6bafc7834 (diff) | |
download | SMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.tar.gz SMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.tar.bz2 SMAPI-3255518f0a9d18f2d25859747a21bd54759b8f84.zip |
bump beta version
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 f680dc48..2198bf60 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.2", + "Version": "2.6.0-beta.3", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |