diff options
author | Sam Potts <sam@potts.es> | 2018-01-30 13:01:05 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-01-30 13:01:05 +1100 |
commit | 2691c7c9d6ab5bcc18b29f2487b2f2e3515329c8 (patch) | |
tree | 7a1b25c482d6ea0377b4090de9777b06d9d3039d /readme.md | |
parent | 26b1d8ce8fd0f047b99dbca795b9da7512e1f188 (diff) | |
download | plyr-2691c7c9d6ab5bcc18b29f2487b2f2e3515329c8.tar.lz plyr-2691c7c9d6ab5bcc18b29f2487b2f2e3515329c8.tar.xz plyr-2691c7c9d6ab5bcc18b29f2487b2f2e3515329c8.zip |
Version bump + icon fix
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -122,7 +122,7 @@ Include the `plyr.js` script before the closing `</body>` 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 -<script src="https://cdn.plyr.io/3.0.0-beta.9/plyr.js"></script> +<script src="https://cdn.plyr.io/3.0.0-beta.10/plyr.js"></script> ``` ### CSS @@ -136,13 +136,13 @@ Include the `plyr.css` stylsheet into your `<head>` If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the default CSS, you can use the following: ```html -<link rel="stylesheet" href="https://cdn.plyr.io/3.0.0-beta.9/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/3.0.0-beta.10/plyr.css"> ``` ### 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/3.0.0-beta.9/plyr.svg`. +reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.0.0-beta.10/plyr.svg`. ## Advanced |