diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-03 02:01:41 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-03 02:01:41 -0400 |
commit | ea264fb6a190321be39c8094ee4e2afff870304e (patch) | |
tree | 10271f50eae921b8e8228d2c11f1ded2d80e9cc0 /src/SMAPI.Mods.ConsoleCommands | |
parent | 34b1dcc1f75651c967257d37a0f29f24335c8110 (diff) | |
download | SMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.tar.gz SMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.tar.bz2 SMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.zip |
bump versions for beta release
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-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 1f8c7b9f..dc5ea3f2 100644 --- a/src/SMAPI.Mods.ConsoleCommands/manifest.json +++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json @@ -1,7 +1,7 @@ { "Name": "Console Commands", "Author": "SMAPI", - "Version": "2.6.0-beta.19", + "Version": "2.6.0-beta.19.1", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |