Skip to content

Commit a6ceee5

Browse files
committed
13.1.1 recompile
1 parent e86a86b commit a6ceee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cerberus.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PropertyGroup>
1818
<!-- This is the global version and is used for all projects that don't have a version -->
19-
<Version Condition="$(Version) == ''">1.1.0</Version>
19+
<Version Condition="$(Version) == ''">1.1.1</Version>
2020
<!-- Enables public beta warning via the PUBLIC_BETA constant -->
2121
<PublicBeta>false</PublicBeta>
2222

SCP575/Scp575.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Scp575
4444
/// <summary>
4545
/// Plugin version
4646
/// </summary>
47-
private const string Version = "1.1.0";
47+
private const string Version = "1.1.1";
4848

4949
[PluginPriority(LoadPriority.High)]
5050
[PluginEntryPoint("SCP-575", Version, "Add SCP-575 to SCP:SL", "SrLicht")]

0 commit comments

Comments
 (0)