mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge release v1.20.2 back to dev (#3823)
This commit is contained in:
parent
354e5ecf99
commit
3cdf9197b9
2 changed files with 5 additions and 5 deletions
|
|
@ -14,10 +14,10 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>4.6.0</Version>
|
||||
<PackageVersion>4.6.0</PackageVersion>
|
||||
<AssemblyVersion>4.6.0</AssemblyVersion>
|
||||
<FileVersion>4.6.0</FileVersion>
|
||||
<Version>4.7.0</Version>
|
||||
<PackageVersion>4.7.0</PackageVersion>
|
||||
<AssemblyVersion>4.7.0</AssemblyVersion>
|
||||
<FileVersion>4.7.0</FileVersion>
|
||||
<PackageId>Flow.Launcher.Plugin</PackageId>
|
||||
<Authors>Flow-Launcher</Authors>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: '1.20.1.{build}'
|
||||
version: '1.20.2.{build}'
|
||||
|
||||
# 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.
|
||||
skip_tags: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue