summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.",