diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 22:57:40 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-01-16 22:57:40 -0500 |
commit | dbed0289d7b7759145dea3e1c5d93df3d68ff116 (patch) | |
tree | c9e3cccb464517e670c059d3cd20dd3357ce24fe /src/SMAPI.Mods.ConsoleCommands | |
parent | 95f4513727193d0048848d10ded465527a4969c9 (diff) | |
download | SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.tar.gz SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.tar.bz2 SMAPI-dbed0289d7b7759145dea3e1c5d93df3d68ff116.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 97e1c243..fa5f6d6f 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.13.3", + "Version": "3.13.4", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.13.3" + "MinimumApiVersion": "3.13.4" } |