Release 5.0.8 (#1035)

This commit is contained in:
Rob Madole
2018-03-01 15:21:14 -06:00
committed by GitHub
parent 7bef6853ca
commit 168cac5f3e
167 changed files with 1747 additions and 1740 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.0.7 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
* License - https://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.7"';
var preamble = 'FA "5.0.8"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');