Skip to content

Commit

Permalink
MessageCenter version up to 1.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 29, 2024
1 parent 2b6c4f2 commit 61b33e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BepInEx.MessageCenter/MessageCenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public partial class MessageCenter : BaseUnityPlugin
{
public const string GUID = "com.bepis.messagecenter";
public const string PluginName = "Message Center";
public const string Version = "1.1.1";
public const string Version = "1.1.1.1";

private static readonly List<LogEntry> _shownLogLines = new List<LogEntry>();

Expand Down

0 comments on commit 61b33e8

Please sign in to comment.