File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
2+ ### 2.1.3 - 2.1.2 (2018 Aug 02)
3+
4+ * [ f55db28] Akos Birmacher - Prepare for 2.1.3 (2018 Aug 02)
5+ * [ c22f9af] BirmacherAkos - profile upload name fix (#88 ) (2018 Aug 02)
6+
7+
28### 2.1.3 - 2.1.2 (2018 Aug 02)
39
410* [ c22f9af] BirmacherAkos - profile upload name fix (#88 ) (2018 Aug 02)
273279
274280
275281
282+
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.2 "
8+ version_to_use=" 2.1.3 "
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.2 "
8+ version_to_use=" 2.1.3 "
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.2 "
8+ version_to_use=" 2.1.3 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
You can’t perform that action at this time.
0 commit comments