Skip to content

Commit 34b6e7e

Browse files
committed
v2.1.1
1 parent 8f63e20 commit 34b6e7e

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

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

2+
### 2.1.1 - 2.1.0 (2018 Jul 13)
3+
4+
* [8f63e20] Krisztián Gödrei - dep update (#86) (2018 Jul 13)
5+
* [0a6d27a] BirmacherAkos - labl error log fix (#85) (2018 Jul 06)
6+
* [33db810] BirmacherAkos - isMac fix for iOS (#84) (2018 Jul 04)
7+
* [4fad9fd] BirmacherAkos - Mac os fix (#83) (2018 Jul 03)
8+
* [94eac53] BirmacherAkos - Check that team has certificates (#81) (2018 Jun 11)
9+
* [1d09a69] BirmacherAkos - bitrise.yml update (#82) (2018 Jun 04)
10+
* [fbd2787] BirmacherAkos - Error log updated for: (#80) (2018 Jun 04)
11+
* [052a329] Krisztián Gödrei - refactor (#79) (2018 May 24)
12+
13+
214
### 2.1.0 - 2.0.3 (2018 Apr 10)
315

416
* [064fe57] Krisztián Gödrei - prepare for 2.1.0 (2018 Apr 10)
@@ -241,3 +253,4 @@
241253
* [9c0ccf5] Viktor Benei - install wrap removed from todo (2016 Jan 23)
242254
* [9ede876] Viktor Benei - install wrap (2016 Jan 23)
243255

256+

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION ...
4-
const VERSION = "2.1.0"
4+
const VERSION = "2.1.1"

0 commit comments

Comments
 (0)