Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sway2020 committed Jan 11, 2022
1 parent a8b4881 commit 85c0c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ModInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace YetAnotherToolbar
{
public class ModInfo : IUserMod
{
public const string version = "1.1.1-beta2";
public const string version = "1.1.1";

public string Name
{
Expand All @@ -21,7 +21,7 @@ public string Description
get { return Translations.Translate("YAT_DESC"); }
}

public const double updateNoticeDate = 20220104;
public const double updateNoticeDate = 20220110;
public const string updateNotice =

"- Add optional UUI integration\n\n" +
Expand Down

0 comments on commit 85c0c6f

Please sign in to comment.