From d99edcc4a7bd98ae8d9c9f3a36cf7bf00de8b39c Mon Sep 17 00:00:00 2001 From: LaicosVK Date: Sun, 20 Mar 2022 09:34:51 +0100 Subject: [PATCH] version --- TheEpicRoles/Main.cs | 4 ++-- TheEpicRoles/TheEpicRoles.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TheEpicRoles/Main.cs b/TheEpicRoles/Main.cs index 372195a77..1b2380211 100644 --- a/TheEpicRoles/Main.cs +++ b/TheEpicRoles/Main.cs @@ -20,8 +20,8 @@ namespace TheEpicRoles { public class TheEpicRolesPlugin : BasePlugin { public const string Id = "me.laicosvk.theepicroles"; - public const string VersionString = "1.1.0"; - public static uint firstKill = 0; + public const string VersionString = "1.1.1"; + public static uint firstKill = 0; //i think this is old and can be removed. i wont do it now since 1.1.1 is just a fix. public static System.Version Version = System.Version.Parse(VersionString); diff --git a/TheEpicRoles/TheEpicRoles.csproj b/TheEpicRoles/TheEpicRoles.csproj index 44713ad47..6b382cff8 100644 --- a/TheEpicRoles/TheEpicRoles.csproj +++ b/TheEpicRoles/TheEpicRoles.csproj @@ -1,7 +1,7 @@  netstandard2.1 - 1.1.0 + 1.1.1 TheEpicRoles LaicosVK