diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-23 23:01:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-23 23:01:54 -0400 |
commit | 58122c539325ee4471e1baf936622da0f45c9c82 (patch) | |
tree | d8f787e7ccb02727cf10c02bb4c5095eb1ef2f6e /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | 6ef7de33e8251f5d836a8ed2936939d9ce2fadb4 (diff) | |
download | SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.tar.gz SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.tar.bz2 SMAPI-58122c539325ee4471e1baf936622da0f45c9c82.zip |
bump versions for beta
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 a6c5cd88..7d017b52 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": "2.7.0", + "Version": "2.8.0-beta.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll", - "MinimumApiVersion": "2.7.0" + "MinimumApiVersion": "2.8.0-beta.1" } |