diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 20:03:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-10-10 20:03:16 -0400 |
commit | ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e (patch) | |
tree | ec501f538ab43c43e32aea29f695acf0164f4189 /src/SMAPI.Mods.ConsoleCommands | |
parent | 93a748996c1f728a1daafd2e69775c7eeb346b26 (diff) | |
parent | 5739745b76d8c339dee6af0123e310dab6ebcf07 (diff) | |
download | SMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.tar.gz SMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.tar.bz2 SMAPI-ce00f8ff878860f2476a962b60ec2d8b3b5b2a2e.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 754e543a..ecac30bf 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.17.0", + "Version": "3.17.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.17.0" + "MinimumApiVersion": "3.17.1" } |