Skip to content

Commit 8b54958

Browse files
authored
bump version to 2.4.4 to resolve #151 (#152)
1 parent 7af3f91 commit 8b54958

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_scripts/install_wrap-xamarin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.4.1"
8+
version_to_use="2.4.4"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap-xcode-uitests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.4.1"
8+
version_to_use="2.4.4"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.4.1"
8+
version_to_use="2.4.4"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.4.1"
8+
version_to_use="2.4.4"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)