diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 18:16:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 18:16:41 -0400 |
commit | d53e033163cfc4a876d6a3341979315a3d937a4f (patch) | |
tree | 3a4fc71371d5a1194c2f819444aa7fc32f739830 /src/SMAPI.Mods.ConsoleCommands | |
parent | 8a319e94c8619aeb1dfff239c31c7e0b22b053f4 (diff) | |
download | SMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.tar.gz SMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.tar.bz2 SMAPI-d53e033163cfc4a876d6a3341979315a3d937a4f.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 c3560466..f15f3c57 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.1", + "Version": "3.7.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.7.1" + "MinimumApiVersion": "3.7.2" } |