summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-04 18:34:29 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-08-04 18:34:29 -0400
commitb6e058c322f3b904a047ba09cb1701a1bb812e47 (patch)
treeecc708a23eff963ef0100e764e7238c883a8ff16 /src/SMAPI.Mods.ConsoleCommands
parentb6f3ecc143b3a76240775fe75c9b7b643433bbe5 (diff)
downloadSMAPI-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.json4
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"
}