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