diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 21:33:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-16 21:33:53 -0400 |
commit | de84adb47751c96fc60be66f6fdb186a09160820 (patch) | |
tree | 5c09422db13fba3c9a231308def6913188989946 /src/SMAPI.Mods.ConsoleCommands | |
parent | 44e91ca5e1527333fdbd2993b694cc17601293e3 (diff) | |
parent | 59974c18a6fb6f8f2e7e3a8c5df109e060fc5ae6 (diff) | |
download | SMAPI-de84adb47751c96fc60be66f6fdb186a09160820.tar.gz SMAPI-de84adb47751c96fc60be66f6fdb186a09160820.tar.bz2 SMAPI-de84adb47751c96fc60be66f6fdb186a09160820.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 f15f3c57..e4506431 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.7.2", + "Version": "3.7.3", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.7.2" + "MinimumApiVersion": "3.7.3" } |