diff options
author | AdvizeGH <sinister-thoughts@hotmail.com> | 2016-10-04 04:14:29 -0500 |
---|---|---|
committer | AdvizeGH <sinister-thoughts@hotmail.com> | 2016-10-04 04:14:29 -0500 |
commit | 6e6f632581ffe6dc5f8e7aa9b1393a7a4d414830 (patch) | |
tree | e2589d7d7c52d1fcec499c1d362b0ef1d1891fe9 /src/StardewModdingAPI/Constants.cs | |
parent | 5087c3d7554d43bd5fecb49e7b556e35ffc21f8e (diff) | |
download | SMAPI-6e6f632581ffe6dc5f8e7aa9b1393a7a4d414830.tar.gz SMAPI-6e6f632581ffe6dc5f8e7aa9b1393a7a4d414830.tar.bz2 SMAPI-6e6f632581ffe6dc5f8e7aa9b1393a7a4d414830.zip |
Reverted to previous SGame class with minor changes for 1.1, updated version number.
Diffstat (limited to 'src/StardewModdingAPI/Constants.cs')
-rw-r--r-- | src/StardewModdingAPI/Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// </summary> 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"); /// <summary> /// Not quite "constant", but it makes more sense for it to be here, at least for now |