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

Commit

Permalink
I cannot count
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzerbrain committed May 19, 2022
1 parent fb43218 commit 8dbc69b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PluginMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class PluginMain : Plugin<Config>
{
private static PluginMain Singleton;
public static PluginMain Instance => Singleton;
public override Version Version => new Version(1, 2, 1);
public override Version Version => new Version(1, 2, 3);
public override Version RequiredExiledVersion => new Version(5, 0, 0);
public override string Author => "rayzer";
public override string Name => "ItemUtils";
Expand Down
4 changes: 2 additions & 2 deletions 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("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]

0 comments on commit 8dbc69b

Please sign in to comment.