Skip to content

Commit 1323590

Browse files
v0.4.0 -> v0.4.1
1 parent f949fb8 commit 1323590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/MainPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin
2222
public override string Description => "The scripting language for SCP:SL.";
2323
public override string Author => "Elektryk_Andrzej";
2424
public override Version RequiredApiVersion => LabApiProperties.CurrentVersion;
25-
public override Version Version => new(0, 4, 0);
25+
public override Version Version => new(0, 4, 1);
2626

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

0 commit comments

Comments
 (0)