diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 23:58:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 23:58:02 -0400 |
commit | c95de4e109203e45d07a35a448c21ee43eb976f3 (patch) | |
tree | 0180615a89d20ef8ffbe893db80d6e923f9d0566 /src/SMAPI.Mods.ConsoleCommands | |
parent | 211f89821e34bb55a6266384d9bac68ec0c64744 (diff) | |
parent | 69b1c229de0dd374470768d89f3ea1cbcd48ba9a (diff) | |
download | SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.tar.gz SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.tar.bz2 SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.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 e04d3497..e89dd582 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.3", + "Version": "3.12.4", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.12.3" + "MinimumApiVersion": "3.12.4" } |