diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/error.html | 2 | ||||
-rw-r--r-- | docs/index.html | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/error.html b/docs/error.html index 82e0a1d6..53ce53b7 100644 --- a/docs/error.html +++ b/docs/error.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.3.3/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.3.4/docs.css"> </head> <body> <main> diff --git a/docs/index.html b/docs/index.html index 22248d97..a749a08a 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.3.3/plyr.css?3"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.4/plyr.css?3"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.3.3/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.3.4/docs.css?1"> </head> <body> <header> @@ -97,13 +97,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.3.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.3.4/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.3.3/plyr.js?1"></script> + <script src="https://cdn.plyr.io/1.3.4/plyr.js?1"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.3.3/docs.js?1"></script> + <script src="https://cdn.plyr.io/1.3.4/docs.js?1"></script> </body> </html> |