diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 23:58:02 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-08-25 23:58:02 -0400 |
commit | c95de4e109203e45d07a35a448c21ee43eb976f3 (patch) | |
tree | 0180615a89d20ef8ffbe893db80d6e923f9d0566 /src/SMAPI.Mods.SaveBackup | |
parent | 211f89821e34bb55a6266384d9bac68ec0c64744 (diff) | |
parent | 69b1c229de0dd374470768d89f3ea1cbcd48ba9a (diff) | |
download | SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.tar.gz SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.tar.bz2 SMAPI-c95de4e109203e45d07a35a448c21ee43eb976f3.zip |
Merge branch 'develop' into stable
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 f23f0958..a4d7aeac 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.3", + "Version": "3.12.4", "Description": "Automatically backs up all your saves once per day into its folder.", "UniqueID": "SMAPI.SaveBackup", "EntryDll": "SaveBackup.dll", - "MinimumApiVersion": "3.12.3" + "MinimumApiVersion": "3.12.4" } |