Skip to content

Commit 739fbcb

Browse files
authored
Merge pull request #4 from UncomplicatedCustomServer/labapi
Sync dev branch
2 parents 83bde6f + 98aa49e commit 739fbcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UncomplicatedCustomEscapeZones/Plugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal class Plugin : Plugin<Config>
2323
public override string Name => "UncomplicatedCustomEscapeZones";
2424
public override string Description => "Customize your SCP:SL server with Custom Escape Zones!";
2525
public override string Author => "MedveMarci & FoxWorn3365";
26-
public override Version Version => new(1, 1, 0, 0);
26+
public override Version Version => new(1, 0, 0, 0);
2727
public override Version RequiredApiVersion { get; } = new(LabApiProperties.CompiledVersion);
2828
public override LoadPriority Priority => LoadPriority.Highest;
2929

@@ -131,4 +131,4 @@ void AppendIndent(int level)
131131
sb.Append(new string(' ', level * 2));
132132
}
133133
}
134-
}
134+
}

0 commit comments

Comments
 (0)