diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:55:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:55:00 -0500 |
commit | f98f61e6d891c43adae4494b84705dee369829f7 (patch) | |
tree | be1e23cc4c5d4885f33d46337b87b9cc185271b4 /src/SMAPI.Mods.ConsoleCommands | |
parent | 66079f2253a0c81bb33c1fee848a6cd2222d43d9 (diff) | |
parent | f9ffde9a3482b0d66bd6e30b41e890cb38b53af6 (diff) | |
download | SMAPI-f98f61e6d891c43adae4494b84705dee369829f7.tar.gz SMAPI-f98f61e6d891c43adae4494b84705dee369829f7.tar.bz2 SMAPI-f98f61e6d891c43adae4494b84705dee369829f7.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 971c591a..04f0c059 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.3.0", + "Version": "3.3.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.3.0" + "MinimumApiVersion": "3.3.1" } |