From b3759e966d96b4a9f3ed3f7795c42e611b63d104 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 5 Oct 2017 22:47:27 +1100 Subject: [PATCH] Version bump --- readme.md | 6 +++--- src/js/plyr.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 16f93428..6acf8c3f 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 92d2830b..4da34153 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,