summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-06 23:04:49 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-06 23:04:49 -0400
commit7f5f222be559e39374a3b87eee07ed334edfe318 (patch)
tree305ffef1a48cecd52fff611a9985a25d5b2a771a /src/SMAPI.Mods.ConsoleCommands
parentf3cc08a52679fbe21c86e6df7c5750c9df93525f (diff)
downloadSMAPI-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.json2
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"