diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-04 18:34:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-04 18:34:29 -0400 |
commit | b6e058c322f3b904a047ba09cb1701a1bb812e47 (patch) | |
tree | ecc708a23eff963ef0100e764e7238c883a8ff16 /src/SMAPI.Mods.ConsoleCommands | |
parent | b6f3ecc143b3a76240775fe75c9b7b643433bbe5 (diff) | |
download | SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.tar.gz SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.tar.bz2 SMAPI-b6e058c322f3b904a047ba09cb1701a1bb812e47.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 7023180b..6b49cd5f 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.12.1", + "Version": "3.12.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.12.1" + "MinimumApiVersion": "3.12.2" } |