Skip to content

Commit

Permalink
Version bump (i forgot)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakowint committed May 5, 2024
1 parent ff1f5cb commit 26a0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyboardOSC/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace KeyboardOSC
[BepInPlugin("nwnt.keyboardosc", "KeyboardOSC", AssemblyVersion)]
public class Plugin : BaseUnityPlugin
{
public const string AssemblyVersion = "1.2.3.0";
public const string AssemblyVersion = "1.2.4.0";
public static Plugin Instance;
public static ManualLogSource PluginLogger;

Expand Down

0 comments on commit 26a0150

Please sign in to comment.