summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-01 17:39:46 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-01 17:39:46 -0400
commitaa13941dd7bceb8f619cd96f61d954c8aed55502 (patch)
tree4d5334f7aea67a03b48a651a0c523421d58c77b4 /src
parentd8ee422405614a9b5d56ae0f42a003835fc57a8c (diff)
downloadSMAPI-aa13941dd7bceb8f619cd96f61d954c8aed55502.tar.gz
SMAPI-aa13941dd7bceb8f619cd96f61d954c8aed55502.tar.bz2
SMAPI-aa13941dd7bceb8f619cd96f61d954c8aed55502.zip
bump versions for beta release
Diffstat (limited to 'src')
-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 f240faab..1179b2de 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.18",
+ "Version": "2.6.0-beta.18.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 7314b62a..bf8ca5ff 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.18",
+ "Version": "2.6.0-beta.18.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 c4a3813e..ec6ce406 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.18");
+ public static ISemanticVersion ApiVersion { get; } = new Toolkit.SemanticVersion("2.6-beta.18.1");
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new GameVersion("1.3.21");