Skip to content

Commit a3f8c18

Browse files
bump video.js version
1 parent d258764 commit a3f8c18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ plugin, or download and include `videojs.wavesurfer.js` in your project.
1717
The plugin depends on the wavesurfer.js and video.js packages:
1818

1919
```html
20-
<link href="http://vjs.zencdn.net/4.10.2/video-js.css" rel="stylesheet">
20+
<link href="http://vjs.zencdn.net/4.11.1/video-js.css" rel="stylesheet">
2121

2222
<script src="http://wavesurfer.fm/build/wavesurfer.min.js"></script>
23-
<script src="http://vjs.zencdn.net/4.10.2/video.js"></script>
23+
<script src="http://vjs.zencdn.net/4.11.1/video.js"></script>
2424
```
2525

2626
The plugin automatically registers itself when you include `videojs.wavesurfer.js`

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<title>Wavesurfer Plugin for Video.js Example</title>
55

6-
<link href="http://vjs.zencdn.net/4.10.2/video-js.css" rel="stylesheet">
6+
<link href="http://vjs.zencdn.net/4.11.1/video-js.css" rel="stylesheet">
77

8-
<script src="http://vjs.zencdn.net/4.10.2/video.js"></script>
8+
<script src="http://vjs.zencdn.net/4.11.1/video.js"></script>
99
<script src="http://wavesurfer.fm/build/wavesurfer.min.js"></script>
1010
<script src="../videojs.wavesurfer.js"></script>
1111

0 commit comments

Comments
 (0)