bump versions for release

This commit is contained in:
Jesse Plamondon-Willard 2018-07-09 23:14:54 -04:00
parent ea6a82f9ee
commit 1b1e89ebc5
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"Name": "Console Commands", "Name": "Console Commands",
"Author": "SMAPI", "Author": "SMAPI",
"Version": "2.6.0-beta.20", "Version": "2.6.0-beta.20.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.", "Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands", "UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll" "EntryDll": "ConsoleCommands.dll"

View File

@ -1,7 +1,7 @@
{ {
"Name": "Save Backup", "Name": "Save Backup",
"Author": "SMAPI", "Author": "SMAPI",
"Version": "2.6.0-beta.20", "Version": "2.6.0-beta.20.1",
"Description": "Automatically backs up all your saves once per day into its folder.", "Description": "Automatically backs up all your saves once per day into its folder.",
"UniqueID": "SMAPI.SaveBackup", "UniqueID": "SMAPI.SaveBackup",
"EntryDll": "SaveBackup.dll" "EntryDll": "SaveBackup.dll"

View File

@ -29,7 +29,7 @@ namespace StardewModdingAPI
** Public ** Public
****/ ****/
/// <summary>SMAPI's current semantic version.</summary> /// <summary>SMAPI's current semantic version.</summary>
public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.20"); public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.20.1");
/// <summary>The minimum supported version of Stardew Valley.</summary> /// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.23"); public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.23");