summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 20:49:37 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-25 20:49:37 -0400
commitefff9723609d66134ca7bc91ecf04436be3c4e05 (patch)
treeee623fc89d7deb6f6351186b9f8bd76ad4264aea /src/SMAPI.Mods.ConsoleCommands
parent230099692635a7ca53edfebf4ed9225b5b1d5779 (diff)
downloadSMAPI-efff9723609d66134ca7bc91ecf04436be3c4e05.tar.gz
SMAPI-efff9723609d66134ca7bc91ecf04436be3c4e05.tar.bz2
SMAPI-efff9723609d66134ca7bc91ecf04436be3c4e05.zip
update for upcoming 2.6 beta 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 b6f9b81c..f89049c6 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.5.5",
+ "Version": "2.6.0",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"