Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sway2020 committed Jul 9, 2022
1 parent fe973a4 commit 664a16e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public string Description
get { return Translations.Translate("YAT_DESC"); }
}

public const double updateNoticeDate = 20220126;
public const double updateNoticeDate = 20220709;
public const string updateNotice =

"- Add an option to change TS Bar offset (contributed by neinnew)\n\n" +
Expand All @@ -31,7 +31,9 @@ public string Description

" Find It! 2 - center the main toolbar\n\n" +

" Hide it, Bobby! - Modify toolbar position\n\n";
" Hide it, Bobby! - Modify toolbar position\n\n" +

"- Switch to NuGet Gallery's version of UnifiedUILib\n\n";

public void OnEnabled()
{
Expand Down

0 comments on commit 664a16e

Please sign in to comment.