diff options
author | Sam Potts <me@sampotts.me> | 2016-07-10 20:59:42 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-07-10 20:59:42 +1000 |
commit | eee699cec6c79a18a95fdf7fc5e7715698a867e9 (patch) | |
tree | 1428f7dd559612474a0579590f0634d8dcb81f9b /readme.md | |
parent | 3c9e9862d8183d8d20494b69d391fbe7ac38ff85 (diff) | |
download | plyr-eee699cec6c79a18a95fdf7fc5e7715698a867e9.tar.lz plyr-eee699cec6c79a18a95fdf7fc5e7715698a867e9.tar.xz plyr-eee699cec6c79a18a95fdf7fc5e7715698a867e9.zip |
Version bump
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,7 +118,7 @@ Include the `plyr.js` script before the closing `</body>` tag and then call `ply If you want to use our CDN for the JavaScript, you can use the following: ```html -<script src="https://cdn.plyr.io/1.8.7/plyr.js"></script> +<script src="https://cdn.plyr.io/1.8.8/plyr.js"></script> ``` ### CSS @@ -131,11 +131,11 @@ Include the `plyr.css` stylsheet into your `<head>` If you want to use our CDN for the default CSS, you can use the following: ```html -<link rel="stylesheet" href="https://cdn.plyr.io/1.8.7/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/1.8.8/plyr.css"> ``` ### SVG Sprite -The SVG sprite is loaded automatically from our CDN. To change this, see the [#options](Options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/1.8.7/plyr.svg`. +The SVG sprite is loaded automatically from our CDN. To change this, see the [#options](Options) below. For reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/1.8.8/plyr.svg`. ## Advanced |