summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-14 11:39:52 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-14 11:39:52 -0400
commit8aec1eff99858716afe7b8604b512181f78c214f (patch)
tree7a26668a66ea0630a2b9367ac820fe7a6d99ac77 /src
parent11b889992cd4d29099116e08e5560e040edd4506 (diff)
downloadSMAPI-8aec1eff99858716afe7b8604b512181f78c214f.tar.gz
SMAPI-8aec1eff99858716afe7b8604b512181f78c214f.tar.bz2
SMAPI-8aec1eff99858716afe7b8604b512181f78c214f.zip
update for 2.0 release
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI/Constants.cs2
-rw-r--r--src/TrainerMod/manifest.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 23cb67f9..7721fd5e 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -29,7 +29,7 @@ namespace StardewModdingAPI
** Public
****/
/// <summary>SMAPI's current semantic version.</summary>
- public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0, "beta.2");
+ public static ISemanticVersion ApiVersion { get; } = new SemanticVersion(2, 0, 0);
/// <summary>The minimum supported version of Stardew Valley.</summary>
public static ISemanticVersion MinimumGameVersion { get; } = new SemanticVersion("1.2.30");
diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json
index 20b40f8a..22e35bce 100644
--- a/src/TrainerMod/manifest.json
+++ b/src/TrainerMod/manifest.json
@@ -2,9 +2,9 @@
"Name": "Trainer Mod",
"Author": "SMAPI",
"Version": {
- "MajorVersion": 1,
- "MinorVersion": 15,
- "PatchVersion": 4,
+ "MajorVersion": 2,
+ "MinorVersion": 0,
+ "PatchVersion": 0,
"Build": null
},
"Description": "Adds SMAPI console commands that let you manipulate the game.",