diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-22 14:38:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-22 14:38:57 -0400 |
commit | 2ab2182645179129997eac3fccb63f6f0683dbe1 (patch) | |
tree | ddea4c6e4531a10c698d9757a57ae24c6732bff7 /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | 5731b015a0c548ac72e0d7ce9c4153aa52da3562 (diff) | |
parent | 336cc1cc0f250c96ee23d45e1e08569b67a2e562 (diff) | |
download | SMAPI-2ab2182645179129997eac3fccb63f6f0683dbe1.tar.gz SMAPI-2ab2182645179129997eac3fccb63f6f0683dbe1.tar.bz2 SMAPI-2ab2182645179129997eac3fccb63f6f0683dbe1.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-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 78d26802..7b403a75 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.14.4", + "Version": "3.14.5", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "3.14.4" + "MinimumApiVersion": "3.14.5" } |