diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:08:04 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-11-21 14:08:04 -0500 |
commit | a0cb83ed406fc0447e8edf00e680585005480d23 (patch) | |
tree | efc2f877a6f41869a40b6d0a320e6d5c4fd591ca /src/SMAPI.Mods.ConsoleCommands | |
parent | cfdf783c2dfe659ff4bc656f720ddbf5c16c871a (diff) | |
download | SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.gz SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.tar.bz2 SMAPI-a0cb83ed406fc0447e8edf00e680585005480d23.zip |
prepare for release
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 300350e4..ddc55a73 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.5", + "Version": "3.7.6", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.7.5" + "MinimumApiVersion": "3.7.6" } |