diff options
author | Sam Potts <me@sampotts.me> | 2016-08-22 13:08:19 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-08-22 13:08:19 +1000 |
commit | d5b5faafbbf95e77e112d6a97e7cdfb246d42654 (patch) | |
tree | a78ff0aff5f3c0441ddac6bd10405c81ea1b715a /readme.md | |
parent | a318e8588ba9b48d0c13cd573455695bd3bb0678 (diff) | |
download | plyr-d5b5faafbbf95e77e112d6a97e7cdfb246d42654.tar.lz plyr-d5b5faafbbf95e77e112d6a97e7cdfb246d42654.tar.xz plyr-d5b5faafbbf95e77e112d6a97e7cdfb246d42654.zip |
Version bump for NPM
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 for the JavaScript, you can use the following: ```html -<script src="https://cdn.plyr.io/2.0.0/plyr.js"></script> +<script src="https://cdn.plyr.io/2.0.1/plyr.js"></script> ``` ### CSS @@ -135,11 +135,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/2.0.0/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/2.0.1/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/2.0.0/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/2.0.1/plyr.svg`. ## Advanced |