Skip to content

Commit

Permalink
prepare for 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirmacherAkos committed Mar 22, 2019
1 parent 390be6d commit 94bbc04
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

### 2.2.1 - 2.2.0 (2019 Mar 22)

* [390be6d] Akos Birmacher - changelog (2019 Mar 22)
* [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22)
* [ac74021] Akos Birmacher - add uitest script to readme and restructure it a bit (#99) (2019 Mar 18)
* [1988469] Akos Birmacher - feat: add install_wap-xcode-uitests script (#98) (2019 Feb 26)


### 2.2.1 - 2.2.0 (2019 Mar 22)

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




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.2.0"
version_to_use="2.2.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.2.0"
version_to_use="2.2.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.2.0"
version_to_use="2.2.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.2.0"
version_to_use="2.2.1"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down

0 comments on commit 94bbc04

Please sign in to comment.