Release 5.0.0-rc2

This commit is contained in:
robmadole
2017-09-22 15:41:09 -05:00
committed by Rob Madole
parent 733c00cf65
commit b83b91baee
71 changed files with 3670 additions and 18715 deletions

View File

@@ -1,5 +1,5 @@
/**
* Font Awesome 5.0.0-rc1
* Font Awesome 5.0.0-rc2
*/
(function () {
@@ -557,7 +557,7 @@ var namespace = w[NAMESPACE_IDENTIFIER];
var noop$1 = function noop() {};
var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMANCE.measure ? PERFORMANCE : { mark: noop$1, measure: noop$1 };
var preamble = 'FA "5.0.0-rc1"';
var preamble = 'FA "5.0.0-rc2"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');