diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-21 11:39:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-21 11:39:23 -0400 |
commit | 4f73fb5c33545b99ea95d4af6ad3660660c1dc64 (patch) | |
tree | 93d91857b16f1894be21967feb7ce928bc7792e9 /src/SMAPI.Mods.ConsoleCommands | |
parent | c8f72699663ca0c09127e469a328f711db78dfe4 (diff) | |
download | SMAPI-4f73fb5c33545b99ea95d4af6ad3660660c1dc64.tar.gz SMAPI-4f73fb5c33545b99ea95d4af6ad3660660c1dc64.tar.bz2 SMAPI-4f73fb5c33545b99ea95d4af6ad3660660c1dc64.zip |
prepare for release
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 05304312..7300cdf8 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.6.0", + "Version": "3.6.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.6.0" + "MinimumApiVersion": "3.6.1" } |