Skip to content

Commit c202dfa

Browse files
committed
v1.4.0 - install wrap scripts
1 parent 9e4d26e commit c202dfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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="1.3.0"
8+
version_to_use="1.4.0"
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="1.3.0"
8+
version_to_use="1.4.0"
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="1.3.0"
8+
version_to_use="1.4.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)