diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-06 20:59:19 -0400 |
commit | 2022836b819241842acae1d20c61895025bf364b (patch) | |
tree | ca1d26e7690e815bacde0a6118ab5df01784daa4 /src/SMAPI.Mods.ConsoleCommands | |
parent | 0b21357e37c900774668fdaf3e83e1e7f7df0c38 (diff) | |
download | SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.gz SMAPI-2022836b819241842acae1d20c61895025bf364b.tar.bz2 SMAPI-2022836b819241842acae1d20c61895025bf364b.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 1be55776..368f470c 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.6.2", + "Version": "3.7.0", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.6.2" + "MinimumApiVersion": "3.7.0" } |