diff --git a/Plugin.cs b/Plugin.cs index 8568578..33b7de8 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -20,7 +20,7 @@ public class Plugin : IPlugin private readonly TwitchLoginConfig TwitchLoginConfig = new TwitchLoginConfig(); public static readonly string ModuleName = "Stream Core"; public string Name => ModuleName; - public string Version => "2.2.2"; + public string Version => "2.2.3"; private static readonly object _loggerLock = new object(); public static void Log(string text, diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 85aa431..225a04f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.2.0")] -[assembly: AssemblyFileVersion("2.2.2.0")] +[assembly: AssemblyVersion("2.2.3.0")] +[assembly: AssemblyFileVersion("2.2.3.0")]