diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:39:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-01 17:39:57 -0400 |
commit | f78093bdb58d477b400cde3f19b70ffd6ddf833d (patch) | |
tree | 28bd818a5db39ec5ece1bd141a28de955950463b /src/SMAPI.Mods.ConsoleCommands | |
parent | 0e4aa65708df7ca4096b9019428d9fccabd37384 (diff) | |
download | SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.tar.gz SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.tar.bz2 SMAPI-f78093bdb58d477b400cde3f19b70ffd6ddf833d.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 fa5f6d6f..38945c5d 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.4", + "Version": "3.14.0", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.13.4" + "MinimumApiVersion": "3.14.0" } |