Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Update VideoJS to 4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Apr 13, 2015
1 parent 6fdb95d commit c5b716e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/video-js.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.4
Version 4.12.5
Create your own skin at http://designer.videojs.com
*/
/* SKIN
Expand Down
2 changes: 1 addition & 1 deletion demo/video.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ vjs.ACCESS_PROTOCOL = ('https:' == document.location.protocol ? 'https://' : 'ht
* Full player version
* @type {string}
*/
vjs['VERSION'] = '4.12.4';
vjs['VERSION'] = '4.12.5';

/**
* Global Player instance options, surfaced from vjs.Player.prototype.options_
Expand Down

0 comments on commit c5b716e

Please sign in to comment.