From f0f8ae5876e6eb92e45f30a004938639e8fd1b63 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 30 Jun 2021 06:55:00 +1000 Subject: [PATCH] version bump --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 8 ++++---- SolutionAssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index e3d26f5d314..664373434bf 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -14,10 +14,10 @@ - 1.4.0 - 1.4.0 - 1.4.0 - 1.4.0 + 2.0.0 + 2.0.0 + 2.0.0 + 2.0.0 Flow.Launcher.Plugin Flow-Launcher MIT diff --git a/SolutionAssemblyInfo.cs b/SolutionAssemblyInfo.cs index bcddbd1bddf..ee6d44705ad 100644 --- a/SolutionAssemblyInfo.cs +++ b/SolutionAssemblyInfo.cs @@ -16,6 +16,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.7.2")] -[assembly: AssemblyInformationalVersion("1.7.2")] \ No newline at end of file +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] \ No newline at end of file