mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge release v1.20.1 back into dev
This commit is contained in:
parent
566b7d3f0a
commit
7784fe439c
2 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue