diff --git a/Advisor/AdvisorPlugin.cs b/Advisor/AdvisorPlugin.cs index 1835b50..1fb1511 100644 --- a/Advisor/AdvisorPlugin.cs +++ b/Advisor/AdvisorPlugin.cs @@ -92,7 +92,7 @@ public void OnUpdate() { } - public Version Version => new Version(1, 0, 10); + public Version Version => new Version(1, 0, 11); public async Task CheckForUpdate() { diff --git a/Advisor/Properties/AssemblyInfo.cs b/Advisor/Properties/AssemblyInfo.cs index 3b79fcf..5a44a97 100644 --- a/Advisor/Properties/AssemblyInfo.cs +++ b/Advisor/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("1.0.10.0")] -[assembly: AssemblyFileVersion("1.0.10.0")] +[assembly: AssemblyVersion("1.0.11.0")] +[assembly: AssemblyFileVersion("1.0.11.0")]