update version

pull/122/head v1.13.0
Romain 2022-07-06 12:07:39 +02:00 committed by GitHub
parent 7f3ed3bc0f
commit d53ca4a308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This project uses the Winget tool to daily update apps (with system context) and
![image](https://user-images.githubusercontent.com/96626929/150645599-9460def4-0818-4fe9-819c-dd7081ff8447.png)
## Intallation
Just [download latest version](https://github.com/Romanitho/Winget-AutoUpdate/archive/refs/tags/v1.12.0.zip), unzip, run "install.bat" as admin to install by default.
Just [download latest release (source code)](https://github.com/Romanitho/Winget-AutoUpdate/releases), unzip, run "install.bat" as admin to install by default.
## Configurations
### Keep some apps out of Winget-AutoUpdate

View File

@ -64,7 +64,7 @@ param(
<# APP INFO #>
$WAUVersion = "1.12.0"
$WAUVersion = "1.13.0"
<# FUNCTIONS #>