diff --git a/release.ps1 b/release.ps1 index 99d7dba..91b2760 100644 --- a/release.ps1 +++ b/release.ps1 @@ -1,6 +1,6 @@ # Script for copying the release files and creating the release zip file # C:\Users\erict\Sync\Projects\PowerToys\x64\Release\modules\launcher\Plugins\Winget -$version = "1.1.2" +$version = "1.2.1" $release = "C:\Users\erict\Downloads\winget-powertoys-$version.zip" $zip = "C:\Program Files\7-Zip\7z.exe" $path = "C:\Users\erict\Sync\Projects\PowerToys\x64\Release\modules\launcher\Plugins\Winget"