Skip to content

Commit a8bbaa2

Browse files
Version bump
1 parent d280551 commit a8bbaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CameraSystem/CameraSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class CameraSystem : Plugin<Config>
1212
public override string Name => "CameraSystem";
1313
public override string Author => "Jiraya";
1414
public override string Description => "A plugin that allows players to connect to the facility's security camera system via special workstations.";
15-
public override Version Version => new(1, 1, 1);
15+
public override Version Version => new(1, 1, 2);
1616
public override Version RequiredApiVersion => new(LabApiProperties.CompiledVersion);
1717

1818
internal static CameraSystem Instance { get; private set; }

0 commit comments

Comments
 (0)