Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Reset version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Feb 16, 2019
1 parent e64362c commit 5e6be54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SCPSwap/Commands/RequestSwap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public string GetUsage()

public void OnCall(PlayerCallCommandEvent ev, string[] args)
{
// TODO: Color GameConsole ReturnMessage output
List<Player> curPlayers = this.plugin.Server.GetPlayers();

// -- Parse SCP integer argument & ensure it's a valid SCP number
Expand Down
2 changes: 1 addition & 1 deletion SCPSwap/SCPSwap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace SCPSwap
name = "SCPSwap",
description = "",
id = "xyz.wizardlywonders.SCPSwap",
version = "1.4.0",
version = "1.0.0",
SmodMajor = 3,
SmodMinor = 2,
SmodRevision = 2
Expand Down

0 comments on commit 5e6be54

Please sign in to comment.