diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-07 20:02:25 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-07 20:02:25 -0500 |
commit | a571f459f59a6ecfdd53e3158ba8d29157598920 (patch) | |
tree | 87683eda0873a0c24d9bcee5d47f1cec896f21bb /src/SMAPI.Mods.ConsoleCommands | |
parent | 7914734375df7b4c94e9119611a0eb85cc2caac9 (diff) | |
download | SMAPI-a571f459f59a6ecfdd53e3158ba8d29157598920.tar.gz SMAPI-a571f459f59a6ecfdd53e3158ba8d29157598920.tar.bz2 SMAPI-a571f459f59a6ecfdd53e3158ba8d29157598920.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 aa3d6ceb..58692de1 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.9.2", + "Version": "3.9.3", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.9.2" + "MinimumApiVersion": "3.9.3" } |