diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-24 21:24:38 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-03-24 21:24:38 -0400 |
commit | d0dad43e243864eb8bfdf46c853c5c7fba7c55ed (patch) | |
tree | b43fd6d2a3ad21e477e57eb440523ed73578a0ad /src/SMAPI.Mods.ConsoleCommands | |
parent | 7ca5efbbc576f3c6c43493654b2a0ac040fd4f31 (diff) | |
parent | 31db04f4a0814193c98f8875b09aa9bbfa7e0ec5 (diff) | |
download | SMAPI-d0dad43e243864eb8bfdf46c853c5c7fba7c55ed.tar.gz SMAPI-d0dad43e243864eb8bfdf46c853c5c7fba7c55ed.tar.bz2 SMAPI-d0dad43e243864eb8bfdf46c853c5c7fba7c55ed.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 dbed84eb..a55d168f 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.4.0", + "Version": "3.4.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.4.0" + "MinimumApiVersion": "3.4.1" } |