Skip to content

Commit

Permalink
bump versions for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathoschild committed Jul 17, 2018
1 parent cfe608d commit 90c52c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SMAPI.Mods.ConsoleCommands/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
"Version": "2.6.0-beta.20.1",
"Version": "2.6.0-beta.21",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"
Expand Down
2 changes: 1 addition & 1 deletion src/SMAPI.Mods.SaveBackup/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Save Backup",
"Author": "SMAPI",
"Version": "2.6.0-beta.20.1",
"Version": "2.6.0-beta.21",
"Description": "Automatically backs up all your saves once per day into its folder.",
"UniqueID": "SMAPI.SaveBackup",
"EntryDll": "SaveBackup.dll"
Expand Down
4 changes: 2 additions & 2 deletions src/SMAPI/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public static class Constants
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.20.2");
public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.21");

/// <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.25");

/// <summary>The maximum supported version of Stardew Valley.</summary>
public static ISemanticVersion MaximumGameVersion { get; } = null;
Expand Down

0 comments on commit 90c52c7

Please sign in to comment.