Skip to content

Commit

Permalink
Version up to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 2, 2023
1 parent df7b8d6 commit 0f3cafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared_QuickAccessBox/QuickAccessBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace KK_QuickAccessBox
[BepInDependency("gravydevsupreme.xunity.autotranslator", BepInDependency.DependencyFlags.SoftDependency)]
public partial class QuickAccessBox : BaseUnityPlugin
{
public const string Version = "3.0";
public const string Version = "3.1";

internal static new ManualLogSource Logger;
internal static QuickAccessBox Instance;
Expand Down

0 comments on commit 0f3cafd

Please sign in to comment.