From 7c9336e3b140ea8d343d7abcc5c166016136d7b7 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Wed, 23 Mar 2016 16:43:36 -0400 Subject: errors now tell you the dll that errored not the manifest --- StardewModdingAPI/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StardewModdingAPI/Constants.cs') diff --git a/StardewModdingAPI/Constants.cs b/StardewModdingAPI/Constants.cs index cffb711e..a29e5fa8 100644 --- a/StardewModdingAPI/Constants.cs +++ b/StardewModdingAPI/Constants.cs @@ -44,7 +44,7 @@ namespace StardewModdingAPI /// public static string LogPath => Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "StardewValley", "ErrorLogs"); - public static readonly Version Version = new Version(0, 39, 1, "Alpha"); + public static readonly Version Version = new Version(0, 39, 2, "Alpha"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now -- cgit