From 6e6f632581ffe6dc5f8e7aa9b1393a7a4d414830 Mon Sep 17 00:00:00 2001 From: AdvizeGH Date: Tue, 4 Oct 2016 04:14:29 -0500 Subject: Reverted to previous SGame class with minor changes for 1.1, updated version number. --- src/StardewModdingAPI/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/StardewModdingAPI/Constants.cs') diff --git a/src/StardewModdingAPI/Constants.cs b/src/StardewModdingAPI/Constants.cs index 87e67126..c1761d61 100644 --- a/src/StardewModdingAPI/Constants.cs +++ b/src/StardewModdingAPI/Constants.cs @@ -10,7 +10,7 @@ namespace StardewModdingAPI /// public static class Constants { - public static readonly Version Version = new Version(0, 40, 0, "1.1"); + public static readonly Version Version = new Version(0, 40, 1, "1.1"); /// /// Not quite "constant", but it makes more sense for it to be here, at least for now -- cgit