summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-03 02:01:41 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-03 02:01:41 -0400
commitea264fb6a190321be39c8094ee4e2afff870304e (patch)
tree10271f50eae921b8e8228d2c11f1ded2d80e9cc0
parent34b1dcc1f75651c967257d37a0f29f24335c8110 (diff)
downloadSMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.tar.gz
SMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.tar.bz2
SMAPI-ea264fb6a190321be39c8094ee4e2afff870304e.zip
bump versions for beta release
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json2
-rw-r--r--src/SMAPI.Mods.SaveBackup/manifest.json2
-rw-r--r--src/SMAPI/Constants.cs2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
index 1f8c7b9f..dc5ea3f2 100644
--- a/src/SMAPI.Mods.ConsoleCommands/manifest.json
+++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json
@@ -1,7 +1,7 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
- "Version": "2.6.0-beta.19",
+ "Version": "2.6.0-beta.19.1",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll"
diff --git a/src/SMAPI.Mods.SaveBackup/manifest.json b/src/SMAPI.Mods.SaveBackup/manifest.json
index 80990f8d..eb2f0abc 100644
--- a/src/SMAPI.Mods.SaveBackup/manifest.json
+++ b/src/SMAPI.Mods.SaveBackup/manifest.json
@@ -1,7 +1,7 @@
{
"Name": "Save Backup",
"Author": "SMAPI",
- "Version": "2.6.0-beta.19",
+ "Version": "2.6.0-beta.19.1",
"Description": "Automatically backs up all your saves once per day into its folder.",
"UniqueID": "SMAPI.SaveBackup",
"EntryDll": "SaveBackup.dll"
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 09b21b83..b9410153 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -29,7 +29,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.19");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.19.1");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.21");