summaryrefslogtreecommitdiff
path: root/svg-with-js/js/fontawesome.js
diff options
context:
space:
mode:
Diffstat (limited to 'svg-with-js/js/fontawesome.js')
-rw-r--r--svg-with-js/js/fontawesome.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/svg-with-js/js/fontawesome.js b/svg-with-js/js/fontawesome.js
index c7116292..25b209cb 100644
--- a/svg-with-js/js/fontawesome.js
+++ b/svg-with-js/js/fontawesome.js
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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.9"';
+var preamble = 'FA "5.0.10"';
var begin = function begin(name) {
p.mark(preamble + ' ' + name + ' begins');