diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:14:35 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-16 20:14:35 -0400 |
commit | e20d26adcf7276c7f12ab9ab6ea0311953aa5194 (patch) | |
tree | cf7de9adbc144797f00954d2e3574ac8393bec7a /src/SMAPI.Mods.ConsoleCommands | |
parent | c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46 (diff) | |
parent | 4aecc2aabadd7b969aebd4c8914f433fc079fd53 (diff) | |
download | SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.tar.gz SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.tar.bz2 SMAPI-e20d26adcf7276c7f12ab9ab6ea0311953aa5194.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 a8499ce2..300350e4 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.7.4", + "Version": "3.7.5", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.7.4" + "MinimumApiVersion": "3.7.5" } |