diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:53:11 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-25 21:53:11 -0500 |
commit | f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a (patch) | |
tree | 104d6fb0415287524dbad32431a6d6249155d93b /src/SMAPI.Mods.ConsoleCommands | |
parent | d0dc3ea6f6d03e6aabdab5f5f10a60177f0e53b6 (diff) | |
parent | 082028016993606e8deec84027c781d77e062caa (diff) | |
download | SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.tar.gz SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.tar.bz2 SMAPI-f1505b0ebe5c8fa7cf3c160231f0ed7d1bd6619a.zip |
Merge branch 'develop' into stable
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 f2340638..10611e08 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.0", + "Version": "3.9.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.9.0" + "MinimumApiVersion": "3.9.1" } |