From 8b54958b4475f7a62b02cc6cd2de71e5b61c0481 Mon Sep 17 00:00:00 2001 From: Shams Ahmed Date: Wed, 2 Feb 2022 09:30:20 +0000 Subject: [PATCH] bump version to 2.4.4 to resolve #151 (#152) --- _scripts/install_wrap-xamarin.sh | 2 +- _scripts/install_wrap-xcode-uitests.sh | 2 +- _scripts/install_wrap-xcode.sh | 2 +- _scripts/install_wrap.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh index fa60f416..22c605d1 100755 --- a/_scripts/install_wrap-xamarin.sh +++ b/_scripts/install_wrap-xamarin.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.1" +version_to_use="2.4.4" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh index 5c8893a4..36724dbd 100755 --- a/_scripts/install_wrap-xcode-uitests.sh +++ b/_scripts/install_wrap-xcode-uitests.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.1" +version_to_use="2.4.4" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh index eb33fe01..483b0e3b 100755 --- a/_scripts/install_wrap-xcode.sh +++ b/_scripts/install_wrap-xcode.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.1" +version_to_use="2.4.4" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh index eb33fe01..483b0e3b 100755 --- a/_scripts/install_wrap.sh +++ b/_scripts/install_wrap.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.4.1" +version_to_use="2.4.4" if [ "$1" != "" ] ; then version_to_use="$1" fi