Skip to content

Commit 94bbc04

Browse files
committed
prepare for 2.2.1
1 parent 390be6d commit 94bbc04

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

2+
### 2.2.1 - 2.2.0 (2019 Mar 22)
3+
4+
* [390be6d] Akos Birmacher - changelog (2019 Mar 22)
5+
* [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22)
6+
* [ac74021] Akos Birmacher - add uitest script to readme and restructure it a bit (#99) (2019 Mar 18)
7+
* [1988469] Akos Birmacher - feat: add install_wap-xcode-uitests script (#98) (2019 Feb 26)
8+
9+
210
### 2.2.1 - 2.2.0 (2019 Mar 22)
311

412
* [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22)
@@ -307,3 +315,4 @@
307315

308316

309317

318+

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

_scripts/install_wrap-xcode-uitests.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.2.0"
8+
version_to_use="2.2.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.2.0"
8+
version_to_use="2.2.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.2.0"
8+
version_to_use="2.2.1"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)