Release 5.2.0 (#1172)

This commit is contained in:
Rob Madole
2018-07-23 11:55:07 -05:00
committed by GitHub
parent b560c8509b
commit 38d24e9b6f
4890 changed files with 40606 additions and 6706 deletions

View File

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