diff --git a/readme.md b/readme.md index 16f934288..6acf8c3f8 100644 --- a/readme.md +++ b/readme.md @@ -137,7 +137,7 @@ Include the `plyr.js` script before the closing `` tag and then call `ply If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the JavaScript, you can use the following: ```html - + ``` ### CSS @@ -150,11 +150,11 @@ Include the `plyr.css` stylsheet into your `` If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the default CSS, you can use the following: ```html - + ``` ### SVG Sprite -The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). To change this, see the [options](#options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.15/plyr.svg`. +The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). To change this, see the [options](#options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.16/plyr.svg`. ## Advanced diff --git a/src/js/plyr.js b/src/js/plyr.js index 92d2830b3..4da34153d 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v2.0.15 +// plyr.js v2.0.16 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== @@ -44,7 +44,7 @@ displayDuration: true, loadSprite: true, iconPrefix: "plyr", - iconUrl: "https://cdn.plyr.io/2.0.15/plyr.svg", + iconUrl: "https://cdn.plyr.io/2.0.16/plyr.svg", blankUrl: "https://cdn.plyr.io/static/blank.mp4", clickToPlay: true, hideControls: true,