Skip to content

Commit ec18735

Browse files
authored
Merge pull request #5 from rust-plugins/develop
patch version increment
2 parents 80cd99d + dee0328 commit ec18735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TeamsLogger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace Oxide.Plugins
1616
{
17-
[Info("Teams Logger", "NickRimmer", "1.2.1")]
17+
[Info("Teams Logger", "NickRimmer", "1.3")]
1818
[Description("Simple plugin to log team events")]
1919
public class TeamsLogger : RustPlugin
2020
{
@@ -324,4 +324,4 @@ private class PluginData
324324

325325
#endregion
326326
}
327-
}
327+
}

0 commit comments

Comments
 (0)