diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 17:54:37 -0500 |
commit | f9ffde9a3482b0d66bd6e30b41e890cb38b53af6 (patch) | |
tree | be1e23cc4c5d4885f33d46337b87b9cc185271b4 /src/SMAPI.Mods.SaveBackup/manifest.json | |
parent | e8bb80af26997bc4e0ed43e4b2cc2cd5596e25f4 (diff) | |
download | SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.gz SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.tar.bz2 SMAPI-f9ffde9a3482b0d66bd6e30b41e890cb38b53af6.zip |
prepare for release
Diffstat (limited to 'src/SMAPI.Mods.SaveBackup/manifest.json')
-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 4559d1b0..75b97566 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.3.0", + "Version": "3.3.1", "Description": "Automatically backs up all your saves once per day into its folder.", "UniqueID": "SMAPI.SaveBackup", "EntryDll": "SaveBackup.dll", - "MinimumApiVersion": "3.3.0" + "MinimumApiVersion": "3.3.1" } |