summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:06 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-03 18:11:06 -0400
commit3447e2f575c2c83af729777e4d37e93f4c2a6467 (patch)
treee1eab3352287ef04b5de4cdc28b550e255d58c3f /src/SMAPI.Mods.ConsoleCommands/manifest.json
parent2cc5509e9828fd5194ca6ef7ae9ea23bd3628971 (diff)
downloadSMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.gz
SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.tar.bz2
SMAPI-3447e2f575c2c83af729777e4d37e93f4c2a6467.zip
prepare for release
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 65c66d33..10e6733f 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.9.5",
+ "Version": "3.10.0",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.9.5"
+ "MinimumApiVersion": "3.10.0"
}