Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xNexusACS authored Dec 20, 2022
1 parent b458c26 commit da61be1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ExiledUtils_REMAKE/MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public class MainClass : Plugin<Config>
public override string Author { get; } = "xNexus-ACS";
public override string Name { get; } = "ExiledUtils-Remake";
public override string Prefix { get; } = "exiled_utils_remake";
public override Version Version { get; } = new Version(4, 2, 0);
public override Version RequiredExiledVersion { get; } = new Version(5, 3, 0);
public const VersionType type = VersionType.Remake;
public override Version Version { get; } = new Version(5, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(6, 0, 0);
public const VersionType type = VersionType.RemakeBeta;

private static Harmony harmony;

Expand Down
4 changes: 2 additions & 2 deletions ExiledUtils_REMAKE/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]

0 comments on commit da61be1

Please sign in to comment.