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

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
BruteForceMaestro committed Feb 8, 2022
1 parent feef525 commit 811d4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Main.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Exiled.API.Features;
using System;
using System.Collections.Generic;
using System.IO;
using Player = Exiled.Events.Handlers.Player;
Expand All @@ -9,6 +10,7 @@ namespace XPSystem
public class Main : Plugin<Config>
{
public static Main Instance { get; set; }
public override Version Version { get; } = new Version(1, 0, 5);
private EventHandlers handlers;
public static List<PlayerLog> players = new List<PlayerLog>();

Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.5")]
[assembly: AssemblyFileVersion("1.0.5")]

0 comments on commit 811d4d2

Please sign in to comment.