Skip to content

Commit f0f8ae5

Browse files
committed
version bump
1 parent 55e7ce0 commit f0f8ae5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Version>1.4.0</Version>
18-
<PackageVersion>1.4.0</PackageVersion>
19-
<AssemblyVersion>1.4.0</AssemblyVersion>
20-
<FileVersion>1.4.0</FileVersion>
17+
<Version>2.0.0</Version>
18+
<PackageVersion>2.0.0</PackageVersion>
19+
<AssemblyVersion>2.0.0</AssemblyVersion>
20+
<FileVersion>2.0.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<Authors>Flow-Launcher</Authors>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>

SolutionAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818
[assembly: ComVisible(false)]
19-
[assembly: AssemblyVersion("1.7.2")]
20-
[assembly: AssemblyFileVersion("1.7.2")]
21-
[assembly: AssemblyInformationalVersion("1.7.2")]
19+
[assembly: AssemblyVersion("1.8.0")]
20+
[assembly: AssemblyFileVersion("1.8.0")]
21+
[assembly: AssemblyInformationalVersion("1.8.0")]

0 commit comments

Comments
 (0)