diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:39 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-03 19:11:39 -0400 |
commit | 2e442bf2ee9f7d73c935dfed95c996581a17e06f (patch) | |
tree | 9abcc5fc983002e73f7e82585f1aff12c62c495b /src/SMAPI.Mods.ConsoleCommands | |
parent | 5b31be76dd90711ff475341de8dfdb6e1f50b98a (diff) | |
parent | 1bb51b2c41bf5acdffb8e25c37187e9bdf9d3dd4 (diff) | |
download | SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.gz SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.tar.bz2 SMAPI-2e442bf2ee9f7d73c935dfed95c996581a17e06f.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 09684f32..7023180b 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.0", + "Version": "3.12.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.12.0" + "MinimumApiVersion": "3.12.1" } |