Skip to content

Commit 98946cc

Browse files
update to 0.12.1
1 parent 55a7499 commit 98946cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Plugin/MainPlugin.cs

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

2828
public static string GitHubLink => "https://github.com/ScriptedEvents/ScriptedEventsReloaded";
2929
public static string DocsLink => "https://scriptedeventsreloaded.gitbook.io/docs/tutorial";

0 commit comments

Comments
 (0)