diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 00:16:13 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-08 00:16:13 -0400 |
commit | 8a51279ce943ff74b45ec7af308ecf59d73ace9b (patch) | |
tree | 9f342f6aa625be452b02744eee756e539343a4fe /src/SMAPI.Mods.ConsoleCommands | |
parent | 5e43bdbf5cd6dbab36c25287c85d42ccfeea2c83 (diff) | |
parent | 1b5e7da1847776840c5a26a6254efa1ec43053de (diff) | |
download | SMAPI-8a51279ce943ff74b45ec7af308ecf59d73ace9b.tar.gz SMAPI-8a51279ce943ff74b45ec7af308ecf59d73ace9b.tar.bz2 SMAPI-8a51279ce943ff74b45ec7af308ecf59d73ace9b.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 368f470c..c3560466 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.0", + "Version": "3.7.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.7.0" + "MinimumApiVersion": "3.7.1" } |