From d53ca4a3087cace97564e7f644b68b0c4d1e09ab Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:07:39 +0200 Subject: [PATCH] update version --- README.md | 2 +- Winget-AutoUpdate-Install.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 460c6ba..0d6b4b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index c2f219d..5784a94 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -64,7 +64,7 @@ param( <# APP INFO #> -$WAUVersion = "1.12.0" +$WAUVersion = "1.13.0" <# FUNCTIONS #>