Skip to content

Commit

Permalink
bump version to 2.4.4 to resolve #151 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed Feb 2, 2022
1 parent 7af3f91 commit 8b54958
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xamarin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xcode-uitests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b54958

Please sign in to comment.