diff options
author | Sam Potts <me@sampotts.me> | 2015-07-31 21:34:07 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-07-31 21:34:07 +1000 |
commit | 1ba1bec06611f45fdadc38cbc05507ef6c947ee8 (patch) | |
tree | 2ea378a6e9e2b8006ff22d56ed4e0cd26bb9ac02 /docs/index.html | |
parent | aad4a720dcb0755371c2c8062ae9e8286ba9f467 (diff) | |
parent | a9783481235d349d696025fff9edbf4622d8e467 (diff) | |
download | plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.tar.lz plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.tar.xz plyr-1ba1bec06611f45fdadc38cbc05507ef6c947ee8.zip |
Merge branch 'master' of github.com:selz/plyr
# Conflicts:
# src/sass/plyr.scss
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 5205c4f6..f22503d5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.2.5/plyr.css?2"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.6/plyr.css?2"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.2.5/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.2.6/docs.css?1"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.2.5/sprite.svg"); + })(document, "https://cdn.plyr.io/1.2.6/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.2.5/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.2.6/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.2.5/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.2.6/docs.js?1"></script> </body> </html> |