summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 00:34:36 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 00:34:36 -0400
commit5088ecf8c8a04a028b6a9c45f907eae50894ffe6 (patch)
tree927f5dc68284873aa3edd323a0bbb4af3384ca0e /src/SMAPI.Mods.ConsoleCommands
parent4bee6311c4f6bf654d8b9c54a53597347de65c4f (diff)
downloadSMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.tar.gz
SMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.tar.bz2
SMAPI-5088ecf8c8a04a028b6a9c45f907eae50894ffe6.zip
bump beta version
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 2198bf60..55eb3e12 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.3",
+ "Version": "2.6.0-beta.4",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"