Skip to content

Commit

Permalink
Updated EXILED references
Browse files Browse the repository at this point in the history
  • Loading branch information
DGvagabond committed Oct 13, 2021
1 parent c57db80 commit 671c3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scp008X.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private Scp008X() { }

public override string Author => "DGvagabond";
public override string Name => "Scp008X";
public override Version Version { get; } = new Version(3, 0, 0, 0);
public override Version Version { get; } = new Version(3, 0, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 0);

private EventHandlers _events;
Expand Down

0 comments on commit 671c3b2

Please sign in to comment.