summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 21:54:37 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-11-30 21:54:37 -0500
commit42e878e77d58569be81e34ca206a78e0ebe0604d (patch)
treea87c124d2cd23725e36afb0c2d7866224e9d9285 /src/SMAPI.Mods.ConsoleCommands/manifest.json
parent3342502993c39efec6734c68e4800d29073eeeec (diff)
parent25ebcc1ea7f104eca36d8085ef184e62dc4de465 (diff)
downloadSMAPI-42e878e77d58569be81e34ca206a78e0ebe0604d.tar.gz
SMAPI-42e878e77d58569be81e34ca206a78e0ebe0604d.tar.bz2
SMAPI-42e878e77d58569be81e34ca206a78e0ebe0604d.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-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 85653a7d..ac6ff6ea 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.0",
+ "Version": "3.13.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.13.0"
+ "MinimumApiVersion": "3.13.1"
}