Release 5.0.6 (#1000)

This commit is contained in:
Rob Madole
2018-01-25 16:22:58 -06:00
committed by GitHub
parent 8b27927fd6
commit 09d8e11d80
874 changed files with 9700 additions and 1036 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.5 by @fontawesome - http://fontawesome.com
* Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
* License - http://fontawesome.com/license (Commercial License)
*/
(function () {
@@ -606,7 +606,7 @@ function makeLayersTextAbstract(params) {
var noop$2 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$2, measure: noop$2 };
var preamble = 'FA "5.0.5"';
var preamble = 'FA "5.0.6"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');