diff options
author | Sam Potts <sam@potts.es> | 2018-03-13 22:00:40 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-13 22:00:40 +1100 |
commit | 5ebe18d0812fe96b40adda8c6ad057197a8d4b39 (patch) | |
tree | 954eb481680dd92496cb3f4a11eb35a5136e7f96 /dist/plyr.js | |
parent | 207adde36dd7623b2d65750f00a6568cecf1f629 (diff) | |
download | plyr-5ebe18d0812fe96b40adda8c6ad057197a8d4b39.tar.lz plyr-5ebe18d0812fe96b40adda8c6ad057197a8d4b39.tar.xz plyr-5ebe18d0812fe96b40adda8c6ad057197a8d4b39.zip |
Typography fix
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index 84369fd6..69ca54d0 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -77,7 +77,7 @@ var defaults = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.0.0-beta.17/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.0.0-beta.18/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', @@ -6031,7 +6031,7 @@ var source = { // ========================================================================== // Plyr -// plyr.js v3.0.0-beta.17 +// plyr.js v3.0.0-beta.18 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== |