Skip to content

Commit 2b4d9e2

Browse files
version bump
1 parent dab12ab commit 2b4d9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/MainPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using SER.FlagSystem.Flags;
66
using SER.Helpers.Extensions;
77
using SER.MethodSystem;
8-
using SER.MethodSystem.Methods.LiteralVariableMethods;
8+
using SER.MethodSystem.Methods.PlayerDataMethods;
99
using SER.ScriptSystem;
1010
using SER.VariableSystem;
1111
using EventHandler = SER.EventSystem.EventHandler;
@@ -20,7 +20,7 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin<Config>
2020
public override string Description => "The scripting language for SCP:SL.";
2121
public override string Author => "Elektryk_Andrzej";
2222
public override Version RequiredApiVersion => LabApiProperties.CurrentVersion;
23-
public override Version Version => new(0, 8, 0);
23+
public override Version Version => new(0, 9, 0);
2424

2525
public static string GitHubLink => "https://github.com/ScriptedEvents/ScriptedEventsReloaded";
2626
public static string HelpCommandName => "serhelp";

0 commit comments

Comments
 (0)