Skip to content

Commit e43cab3

Browse files
committed
v2.0.1
1 parent 68fda87 commit e43cab3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
### 2.0.1 - 2.0.0 (2017 Nov 29)
3+
4+
* [68fda87] Krisztián Gödrei - prepare for 2.0.1 (2017 Nov 29)
5+
* [ac44040] Krisztián Gödrei - parse every command / child command flag before executing the target command (#58) (2017 Nov 29)
6+
7+
28
### 2.0.0 - 1.4.0 (2017 Nov 29)
39

410
* [57607da] Krisztián Gödrei - prepare for 2.0.0 (2017 Nov 29)
@@ -221,3 +227,4 @@
221227

222228

223229

230+

_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.0.0"
8+
version_to_use="2.0.1"
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.0.0"
8+
version_to_use="2.0.1"
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.0.0"
8+
version_to_use="2.0.1"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)