summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-01 19:58:35 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-01 19:58:35 -0400
commit1cded44f7a5626a0d4f5c3ce48a83aa544d517c3 (patch)
tree3135a4ef641192e42ee1f97b8c56fc9b76a52aee /src/SMAPI.Mods.ConsoleCommands
parentbf960ce283d794a11885a5fde6f123a4e6827853 (diff)
downloadSMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.tar.gz
SMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.tar.bz2
SMAPI-1cded44f7a5626a0d4f5c3ce48a83aa544d517c3.zip
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
index 9d9a8061..564e480e 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.6",
+ "Version": "3.14.7",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.14.6"
+ "MinimumApiVersion": "3.14.7"
}