Merge release v1.20.1 back into dev

This commit is contained in:
Jeremy Wu 2025-06-14 22:25:55 +10:00 committed by GitHub
parent 566b7d3f0a
commit 7784fe439c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -14,10 +14,10 @@
</PropertyGroup>
<PropertyGroup>
<Version>4.5.0</Version>
<PackageVersion>4.5.0</PackageVersion>
<AssemblyVersion>4.5.0</AssemblyVersion>
<FileVersion>4.5.0</FileVersion>
<Version>4.6.0</Version>
<PackageVersion>4.6.0</PackageVersion>
<AssemblyVersion>4.6.0</AssemblyVersion>
<FileVersion>4.6.0</FileVersion>
<PackageId>Flow.Launcher.Plugin</PackageId>
<Authors>Flow-Launcher</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

View file

@ -1,4 +1,4 @@
version: '1.20.0.{build}'
version: '1.20.1.{build}'
init:
- ps: |
@ -60,7 +60,7 @@ deploy:
- provider: NuGet
artifact: Plugin nupkg
api_key:
secure: sCSd5JWgdzJWDa9kpqECut5ACPKZqcoxKU8ERKC00k7VIjig3/+nFV5zzTcGb0w3
secure: en+/GPSgfUVARoX0+lOeAAlbzvcCZAyBeVQaNq1AeXuRjjHgMwhBnt0PHVJXOepS
on:
branch: master