diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:16:17 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-31 17:16:17 -0400 |
commit | e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd (patch) | |
tree | 239b69b967968508260c0bb1a3b59910c85c4f1e /src/SMAPI.Mods.ConsoleCommands | |
parent | e0838a28c045939b497455217bd297e8052d11ee (diff) | |
parent | 41e95642f004b2bf96b8855a276454260cb5ed0e (diff) | |
download | SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.tar.gz SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.tar.bz2 SMAPI-e7d29a2f7dabde75fb1ad76af1975c9194b1b8bd.zip |
Merge branch 'develop' into stable
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" } |