From dee0328c4c3e2beb2284c16e0afc8f1a3057bcbb Mon Sep 17 00:00:00 2001 From: Nick Rimmer Date: Sat, 25 Jan 2020 19:05:26 +0200 Subject: [PATCH] version update --- TeamsLogger.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeamsLogger.cs b/TeamsLogger.cs index cc7487d..7791930 100644 --- a/TeamsLogger.cs +++ b/TeamsLogger.cs @@ -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 { @@ -324,4 +324,4 @@ private class PluginData #endregion } -} +} \ No newline at end of file