fix bundled mods not working in beta release
This commit is contained in:
parent
4221ad3668
commit
975ffe52e6
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"Name": "Console Commands",
|
||||
"Author": "SMAPI",
|
||||
"Version": "2.11.0",
|
||||
"Version": "2.11.0-beta",
|
||||
"Description": "Adds SMAPI console commands that let you manipulate the game.",
|
||||
"UniqueID": "SMAPI.ConsoleCommands",
|
||||
"EntryDll": "ConsoleCommands.dll",
|
||||
"MinimumApiVersion": "2.11.0"
|
||||
"MinimumApiVersion": "2.11.0-beta"
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"Name": "Save Backup",
|
||||
"Author": "SMAPI",
|
||||
"Version": "2.11.0",
|
||||
"Version": "2.11.0-beta",
|
||||
"Description": "Automatically backs up all your saves once per day into its folder.",
|
||||
"UniqueID": "SMAPI.SaveBackup",
|
||||
"EntryDll": "SaveBackup.dll",
|
||||
"MinimumApiVersion": "2.11.0"
|
||||
"MinimumApiVersion": "2.11.0-beta"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue