From ff36567224f2101635c0fb2b345851bbe516b35d Mon Sep 17 00:00:00 2001 From: Jacob Bundgaard Date: Wed, 29 Apr 2020 00:34:42 +0200 Subject: [PATCH] Update version to 1.0.11 --- Advisor/AdvisorPlugin.cs | 2 +- Advisor/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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")]