diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-22 22:06:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-22 22:06:02 -0400 |
commit | e22a54212182d0adc443ac95bc791e83c90f7e10 (patch) | |
tree | 14e240470817445a5098d6577a46832f6f7511ec /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | 013255d89e1a802e05f9fd61a16701ca73fa4411 (diff) | |
parent | 98f58c353e3488ddb87979d406fbfcbe3d3ddb8f (diff) | |
download | SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.gz SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.tar.bz2 SMAPI-e22a54212182d0adc443ac95bc791e83c90f7e10.zip |
Merge branch 'develop' into stable
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 1c4ea7d8..c1aabe48 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": "2.11.1", + "Version": "2.11.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.11.1" + "MinimumApiVersion": "2.11.2" } |