diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 18:16:40 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 18:16:40 -0400 |
| commit | 92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc (patch) | |
| tree | 442b48262b771088941471e6eca549a7ee19752e /src/SMAPI.Mods.ConsoleCommands | |
| parent | 5de6569bb1e63727e632d6459309b955e7ab7d5c (diff) | |
| download | SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.tar.gz SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.tar.bz2 SMAPI-92bfa6fa5b37e0f0c3f1967520d01a1947bf01bc.zip | |
add bundled save backup mod (#253)
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 96d32090..5b3a5324 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.8", + "Version": "2.6.0-beta.12", "Description": "Adds SMAPI console commands that let you manipulate the game.", "UniqueID": "SMAPI.ConsoleCommands", "EntryDll": "ConsoleCommands.dll" |
