Skip to content

Commit

Permalink
Updating wrapper versions (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpusok committed Jun 4, 2019
1 parent 8d427f7 commit c82fde6
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
100644 → 100755
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.2.1"
version_to_use="2.3.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xcode-uitests.sh
100644 → 100755
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.2.1"
version_to_use="2.3.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xcode.sh
100644 → 100755
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.2.1"
version_to_use="2.3.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap.sh
100644 → 100755
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.2.1"
version_to_use="2.3.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down

0 comments on commit c82fde6

Please sign in to comment.