Skip to content

Commit

Permalink
bump version to v2022.08.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 29, 2022
1 parent fbadc24 commit f55805d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(Note: This changelog focuses on the major changes between the different
versions. Therefore, it may not contain all changes. Especially smaller fixes or
improvements may be omitted.)_

## Version NEXT
## Version 2022.08.29.1

__[maintenance]__

Expand Down
2 changes: 1 addition & 1 deletion setup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AppId={{EA408AA2-29B2-46BB-B3E2-0EF7E379A25C}}
AppName=updater
AppVersion=2022.08.29.0
AppVersion=2022.08.29.1
AppPublisher=Dirk Stolle
AppPublisherURL=https://github.com/striezel/updater
AppSupportURL=https://github.com/striezel/updater
Expand Down
4 changes: 2 additions & 2 deletions updater/updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyVersion>2022.08.29.0</AssemblyVersion>
<FileVersion>2022.08.29.0</FileVersion>
<AssemblyVersion>2022.08.29.1</AssemblyVersion>
<FileVersion>2022.08.29.1</FileVersion>
<Copyright>Copyright © 2016, 2017, 2018, 2019, 2020, 2021, 2022 Dirk Stolle</Copyright>
<Description>Finds / updates third party software that can be updated.</Description>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
Expand Down

0 comments on commit f55805d

Please sign in to comment.