Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakowint committed Dec 29, 2023
1 parent c16d3fe commit 74eee65
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 @@ -18,7 +18,7 @@ namespace KeyboardOSC
[BepInPlugin("nwnt.keyboardosc", "KeyboardOSC", AssemblyVersion)]
public class Plugin : BaseUnityPlugin
{
public const string AssemblyVersion = "1.2.1.0";
public const string AssemblyVersion = "1.2.2.0";
public static Plugin Instance;
public static ManualLogSource PluginLogger;

Expand Down

0 comments on commit 74eee65

Please sign in to comment.