diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-08 20:11:02 -0400 |
commit | cbe8b597cb55285dea2bb2c34ab26f148a76bc17 (patch) | |
tree | 9397ece62492cb7d8d95dc01f665c5dca08b5086 /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | f8f8b237996a1c883d43e539a379bf713a5fd7be (diff) | |
download | SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.gz SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.tar.bz2 SMAPI-cbe8b597cb55285dea2bb2c34ab26f148a76bc17.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 edbdd081..c263456a 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.14.1", + "Version": "3.14.2", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.14.1" + "MinimumApiVersion": "3.14.2" } |