diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-15 18:34:05 -0500 |
commit | 5953fc3bd083ae0a579d2da1ad833e6163848086 (patch) | |
tree | fb4b0ec17ac2627b61624edba23b714a31eecd6f /src/SMAPI.Mods.ConsoleCommands | |
parent | bdb7b04b3edecdf7dfa665d8b5a50a1bbff62699 (diff) | |
parent | 415047bf8e44057d6aeeffc6191d00817f6b0d1b (diff) | |
download | SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.gz SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.tar.bz2 SMAPI-5953fc3bd083ae0a579d2da1ad833e6163848086.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index 1a021485..a7daf62b 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,9 +1,9 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "3.8.3", + "Version": "3.8.4", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.8.3" + "MinimumApiVersion": "3.8.4" } |