diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-03 18:36:12 -0400 |
commit | 6d4ea7f0bd584602632e6e308d52bb369b30006f (patch) | |
tree | 3e30c3172e6c0bb3e422036581684593156fad22 /src/SMAPI.Mods.SaveBackup | |
parent | 9f1c4549345ba20d799cf46ee44851a1f61f561e (diff) | |
download | SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.gz SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.tar.bz2 SMAPI-6d4ea7f0bd584602632e6e308d52bb369b30006f.zip |
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.SaveBackup')
-rw-r--r-- | src/SMAPI.Mods.SaveBackup/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.SaveBackup/manifest.json b/src/SMAPI.Mods.SaveBackup/manifest.json index d8b77339..1c84b5c2 100644 --- a/src/SMAPI.Mods.SaveBackup/manifest.json +++ b/src/SMAPI.Mods.SaveBackup/manifest.json @@ -1,9 +1,9 @@ { "Name": "Save Backup", "Author": "SMAPI", - "Version": "3.12.5", + "Version": "3.12.6", "Description": "Automatically backs up all your saves once per day into its folder.", "UniqueID": "SMAPI.SaveBackup", "EntryDll": "SaveBackup.dll", - "MinimumApiVersion": "3.12.5" + "MinimumApiVersion": "3.12.6" } |