Skip to content

Commit cab9a86

Browse files
committed
merge release v2.1.2 from dev
2 parents ecf42cf + f7bb0ca commit cab9a86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.2.0</Version>
19-
<PackageVersion>5.2.0</PackageVersion>
20-
<AssemblyVersion>5.2.0</AssemblyVersion>
21-
<FileVersion>5.2.0</FileVersion>
18+
<Version>5.3.0</Version>
19+
<PackageVersion>5.3.0</PackageVersion>
20+
<AssemblyVersion>5.3.0</AssemblyVersion>
21+
<FileVersion>5.3.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.1.1.{build}'
1+
version: '2.1.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)