update for 1.0 release

This commit is contained in:
Jesse Plamondon-Willard 2016-11-11 11:32:07 -05:00
parent 58680ba39c
commit e665010f70
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Release notes
## 1.0
See [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...master).
See [log](https://github.com/CLxS/SMAPI/compare/0.40.1.1-3...1.0).
For players:
* Added support for Linux and Mac.

View File

@ -23,7 +23,7 @@ namespace StardewModdingAPI
** Accessors
*********/
/// <summary>SMAPI's current semantic version.</summary>
public static readonly Version Version = new Version(1, 0, 0, "beta3");
public static readonly Version Version = new Version(1, 0, 0, null);
/// <summary>The minimum supported version of Stardew Valley.</summary>
public const string MinimumGameVersion = "1.1";