diff --git a/Compiler/ps2exe.ps1 b/Compiler/ps2exe.ps1 index da8dbd9..6878885 100644 --- a/Compiler/ps2exe.ps1 +++ b/Compiler/ps2exe.ps1 @@ -5,7 +5,7 @@ $Path = Split-Path $PSScriptRoot -Parent $Icon = "$Path\sources\WingetIntunePackager.ico" $Title = "WingetIntunePackager" -$AppVersion = "1.1.2" +$AppVersion = "1.1.3" $InputFile = "$Path\sources\$Title.ps1" $OutputFile = "$Path\Compiler\$Title.exe" Invoke-ps2exe -inputFile $InputFile -outputFile $OutputFile -noConsole -title $Title -version $AppVersion -copyright "Romanitho" -product $Title -icon $Icon -noerror #-requireAdmin diff --git a/sources/WingetIntunePackager.ps1 b/sources/WingetIntunePackager.ps1 index d8bc863..3a8f166 100644 --- a/sources/WingetIntunePackager.ps1 +++ b/sources/WingetIntunePackager.ps1 @@ -9,7 +9,7 @@ https://github.com/Romanitho/Winget-Intune-Packager ### APP INFO ### #Winget Intune Packager version -$Script:WingetIntunePackager = "1.1.2" +$Script:WingetIntunePackager = "1.1.3" #Winget-Install Github Link $Script:WIGithubLink = "https://github.com/Romanitho/Winget-Install/archive/refs/tags/v1.10.1.zip" #Winget Intune Packager Icon Base64 @@ -42,7 +42,7 @@ function Start-InstallGUI {