Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa206e9

Browse files
authoredDec 9, 2021
Merge pull request #703 from Flow-Launcher/release_verson_bump
Version bump for Flow 1.9.0 | 2.1.0 plugin release
2 parents a9844fd + 42e0b36 commit fa206e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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>2.0.0</Version>
18-
<PackageVersion>2.0.0</PackageVersion>
19-
<AssemblyVersion>2.0.0</AssemblyVersion>
20-
<FileVersion>2.0.0</FileVersion>
17+
<Version>2.1.0</Version>
18+
<PackageVersion>2.1.0</PackageVersion>
19+
<AssemblyVersion>2.1.0</AssemblyVersion>
20+
<FileVersion>2.1.0</FileVersion>
2121
<PackageId>Flow.Launcher.Plugin</PackageId>
2222
<Authors>Flow-Launcher</Authors>
2323
<PackageLicenseExpression>MIT</PackageLicenseExpression>

‎appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.8.3.{build}'
1+
version: '1.9.0.{build}'
22

33
init:
44
- ps: |

0 commit comments

Comments
 (0)
Please sign in to comment.