diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-06 23:04:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-06 23:04:49 -0400 |
commit | 7f5f222be559e39374a3b87eee07ed334edfe318 (patch) | |
tree | 305ffef1a48cecd52fff611a9985a25d5b2a771a /src/SMAPI.Mods.ConsoleCommands | |
parent | f3cc08a52679fbe21c86e6df7c5750c9df93525f (diff) | |
download | SMAPI-7f5f222be559e39374a3b87eee07ed334edfe318.tar.gz SMAPI-7f5f222be559e39374a3b87eee07ed334edfe318.tar.bz2 SMAPI-7f5f222be559e39374a3b87eee07ed334edfe318.zip |
bump version for beta 8 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 55eb3e12..96d32090 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.4", + "Version": "2.6.0-beta.8", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |