diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 13:37:55 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-11-19 13:37:55 -0500 |
commit | 3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7 (patch) | |
tree | 4d23fbef5bc5a20115f10ca04ae3379df78cc8e1 /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | ad612da1a26e2933193f7c6a1e9b161ca9b7327b (diff) | |
download | SMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.tar.gz SMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.tar.bz2 SMAPI-3dc27a5681dcfc4ae30e95570d9966f2e14a4dd7.zip |
bump versions for re-release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json index c3a5a823..3b00aa83 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -5,5 +5,5 @@ "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.8.0" + "MinimumApiVersion": "2.8.1" } |