summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-08 20:09:31 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-08 20:09:31 -0400
commit0f6f6c65c211f94ad7842e8a9d024471ddf933d3 (patch)
treefebd708999813023b4a4700a14a8612d552d1a35 /src/SMAPI.Mods.ConsoleCommands
parent3b078d55daccd13332e2cba1fd5c76f775505d7a (diff)
downloadSMAPI-0f6f6c65c211f94ad7842e8a9d024471ddf933d3.tar.gz
SMAPI-0f6f6c65c211f94ad7842e8a9d024471ddf933d3.tar.bz2
SMAPI-0f6f6c65c211f94ad7842e8a9d024471ddf933d3.zip
bump versions for 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 dc5ea3f2..83c1b32d 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.19.1",
+ "Version": "2.6.0-beta.19.3",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"