diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 22:31:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-24 22:31:24 -0400 |
commit | d2ea678cc703ead74b6c97727ca094d13c9cc272 (patch) | |
tree | 9fae8a7dc1e8816a8aab752b896856735b68d4d5 /src/SMAPI.Mods.ConsoleCommands | |
parent | 47ab534bee74904e2ae84ef569f65b4e26623059 (diff) | |
download | SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.tar.gz SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.tar.bz2 SMAPI-d2ea678cc703ead74b6c97727ca094d13c9cc272.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 50d25697..d75b42d5 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.14", + "Version": "2.6.0-beta.15", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |