Skip to content

Commit

Permalink
Version bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyhoot committed Feb 21, 2024
1 parent adeba69 commit d881aa5
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.2";
public const string VERSION = "1.0.3";

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

0 comments on commit d881aa5

Please sign in to comment.