Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedDevStuff committed Aug 13, 2022
1 parent 261df61 commit 6507908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Collections.Generic;

/// <summary>
/// Helper class for creating menus, not finished yet so don't use it.
/// </summary>
public class Menu
{
Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace UKUIHelper
{
[BepInPlugin("zed.uk.uihelper", "UK UI Helper", "0.5.1")]
[BepInPlugin("zed.uk.uihelper", "UK UI Helper", "0.5.3")]
public class UIHelper : BaseUnityPlugin
{
GameObject _button,_text,_panel,_image,_toggle,_scrollview,_dropdown,_inputField,_slider,_scrollbar;
Expand Down

0 comments on commit 6507908

Please sign in to comment.