Skip to content

Commit 6606bc2

Browse files
committed
v2.0.2
1 parent 694f511 commit 6606bc2

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.2 - 2.0.1 (2017 Nov 30)
3+
4+
* [694f511] Krisztián Gödrei - prepare for 2.0.2 (2017 Nov 30)
5+
* [66f2406] Krisztián Gödrei - filterLatestProfiles (#59) (2017 Nov 30)
6+
7+
28
### 2.0.1 - 2.0.0 (2017 Nov 29)
39

410
* [68fda87] Krisztián Gödrei - prepare for 2.0.1 (2017 Nov 29)
@@ -228,3 +234,4 @@
228234

229235

230236

237+

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

0 commit comments

Comments
 (0)