From 4fb679eadce20735edc987b9ad478d158914247a Mon Sep 17 00:00:00 2001 From: Jacob Bundgaard Date: Mon, 13 Apr 2020 00:29:52 +0200 Subject: [PATCH] Update version to 1.0.10 --- 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 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")]