Skip to content

Commit ac9ac7f

Browse files
make v0.16 be v1.0
1 parent 6a22e9a commit ac9ac7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/Plugin/MainPlugin.cs

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

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

0 commit comments

Comments
 (0)