Skip to content

Commit

Permalink
Version bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyhoot committed Feb 14, 2024
1 parent 6e2c85d commit 4b3a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeathrunRemade/DeathrunInit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal class DeathrunInit : BaseUnityPlugin
{
public const string GUID = "com.github.tinyhoot.DeathrunRemade";
public const string NAME = "Deathrun Remade";
public const string VERSION = "1.0.1";
public const string VERSION = "1.0.2";

internal static Config _Config;
internal static ILogHandler _Log;
Expand Down

0 comments on commit 4b3a8dd

Please sign in to comment.