Skip to content

Commit 9129f74

Browse files
committed
v bump
1 parent a7acc3d commit 9129f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common Utilities/Plugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public class Plugin : Plugin<Config>
4141

4242
public override string Author { get; } = "ExMod-Team";
4343

44-
public override Version Version { get; } = new(8, 1, 1);
44+
public override Version Version { get; } = new(8, 1, 2);
4545

46-
public override Version RequiredExiledVersion { get; } = new(9, 6, 1);
46+
public override Version RequiredExiledVersion { get; } = new(9, 8, 1);
4747

4848
public override string Prefix { get; } = "CommonUtilities";
4949

0 commit comments

Comments
 (0)