Skip to content

Commit f285d85

Browse files
committed
version bumps
1 parent 4daba7b commit f285d85

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
@@ -15,10 +15,10 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
18-
<Version>5.0.0</Version>
19-
<PackageVersion>5.0.0</PackageVersion>
20-
<AssemblyVersion>5.0.0</AssemblyVersion>
21-
<FileVersion>5.0.0</FileVersion>
18+
<Version>5.1.0</Version>
19+
<PackageVersion>5.1.0</PackageVersion>
20+
<AssemblyVersion>5.1.0</AssemblyVersion>
21+
<FileVersion>5.1.0</FileVersion>
2222
<PackageId>Flow.Launcher.Plugin</PackageId>
2323
<Authors>Flow-Launcher</Authors>
2424
<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: '2.0.1.{build}'
1+
version: '2.0.2.{build}'
22

33
# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments.
44
skip_tags: true

0 commit comments

Comments
 (0)