diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:15:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:15:58 -0400 |
commit | 41e95642f004b2bf96b8855a276454260cb5ed0e (patch) | |
tree | 239b69b967968508260c0bb1a3b59910c85c4f1e /src/SMAPI.Mods.ConsoleCommands | |
parent | 5af87fc3be989c092dfcc9f328aa8bf3e7d48664 (diff) | |
download | SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.gz SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.tar.bz2 SMAPI-41e95642f004b2bf96b8855a276454260cb5ed0e.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 f3dc8aef..abe8b334 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.16.1", + "Version": "3.16.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.16.1" + "MinimumApiVersion": "3.16.2" } |