diff --git a/CandyWeight/CandyWeight.csproj b/CandyWeight/CandyWeight.csproj
index 17196b7..15f314f 100644
--- a/CandyWeight/CandyWeight.csproj
+++ b/CandyWeight/CandyWeight.csproj
@@ -6,7 +6,7 @@
9
true
Build
- 1.0.0
+ 2.0.0
false
false
true
diff --git a/CandyWeight/Plugin.cs b/CandyWeight/Plugin.cs
index 874e20b..c5d564e 100644
--- a/CandyWeight/Plugin.cs
+++ b/CandyWeight/Plugin.cs
@@ -32,7 +32,7 @@ public class Plugin : Plugin
public override string Prefix => "CandyWeight";
///
- public override Version Version { get; } = new(1, 0, 0);
+ public override Version Version { get; } = new(2, 0, 0);
///
public override Version RequiredExiledVersion { get; } = new(5, 2, 1);