diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-20 17:01:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-08-20 17:01:07 -0400 |
commit | f3a79219e85c9af18f2f6d8b2aaa794afa08578d (patch) | |
tree | 5a130399bf8031aa70defb71a121b740d7c6cd7a /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | f780d140f0c87de9f10d6f55d501c958316548d0 (diff) | |
download | SMAPI-f3a79219e85c9af18f2f6d8b2aaa794afa08578d.tar.gz SMAPI-f3a79219e85c9af18f2f6d8b2aaa794afa08578d.tar.bz2 SMAPI-f3a79219e85c9af18f2f6d8b2aaa794afa08578d.zip |
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-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 3c2dec19..adc45ec3 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.15.1", + "Version": "3.16.0", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.15.1" + "MinimumApiVersion": "3.16.0" } |