Skip to content

Commit

Permalink
Merge pull request #5 from rust-plugins/develop
Browse files Browse the repository at this point in the history
patch version increment
  • Loading branch information
NickRimmer authored Jan 25, 2020
2 parents 80cd99d + dee0328 commit ec18735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeamsLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Oxide.Plugins
{
[Info("Teams Logger", "NickRimmer", "1.2.1")]
[Info("Teams Logger", "NickRimmer", "1.3")]
[Description("Simple plugin to log team events")]
public class TeamsLogger : RustPlugin
{
Expand Down Expand Up @@ -324,4 +324,4 @@ private class PluginData

#endregion
}
}
}

0 comments on commit ec18735

Please sign in to comment.