File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 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)
241253* [ 9c0ccf5] Viktor Benei - install wrap removed from todo (2016 Jan 23)
242254* [ 9ede876] Viktor Benei - install wrap (2016 Jan 23)
243255
256+
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.1.0 "
8+ version_to_use=" 2.1.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.1.0 "
8+ version_to_use=" 2.1.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.1.0 "
8+ version_to_use=" 2.1.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change 11package version
22
33// VERSION ...
4- const VERSION = "2.1.0 "
4+ const VERSION = "2.1.1 "
You can’t perform that action at this time.
0 commit comments