Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LaicosVK committed Apr 9, 2022
1 parent 254d0c9 commit abc25f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TheEpicRoles/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace TheEpicRoles {
public class TheEpicRolesPlugin : BasePlugin
{
public const string Id = "me.laicosvk.theepicroles";
public const string VersionString = "1.1.1";
public const string VersionString = "1.1.2";
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);
Expand Down
2 changes: 1 addition & 1 deletion TheEpicRoles/TheEpicRoles.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Description>TheEpicRoles</Description>
<Authors>LaicosVK</Authors>
</PropertyGroup>
Expand Down

0 comments on commit abc25f1

Please sign in to comment.