Skip to content

Commit

Permalink
Update wrapper versions (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpusok authored Jun 13, 2019
1 parent 4a72630 commit 3f16f92
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.3.0"
version_to_use="2.3.1"
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.3.0"
version_to_use="2.3.1"
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.3.0"
version_to_use="2.3.1"
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.3.0"
version_to_use="2.3.1"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down

1 comment on commit 3f16f92

@pongsakorn-onsri
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest release not have version 2.3.1

What????

Please sign in to comment.