update for 1.0 release
This commit is contained in:
parent
58680ba39c
commit
e665010f70
|
@ -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.
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue