1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

Bumping to 5.0 prerelease

This commit is contained in:
Matthew McClure 2015-04-28 16:01:12 -07:00
parent 4cdca881d4
commit 1eae8697e6
6 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
/** /**
* @license * @license
* Video.js 4.12.5 <http://videojs.com/> * Video.js 5.0.0-0 <http://videojs.com/>
* Copyright Brightcove, Inc. <https://www.brightcove.com/> * Copyright Brightcove, Inc. <https://www.brightcove.com/>
* Available under Apache License Version 2.0 * Available under Apache License Version 2.0
* <https://github.com/videojs/video.js/blob/master/LICENSE> * <https://github.com/videojs/video.js/blob/master/LICENSE>
@ -4586,14 +4586,14 @@ var videojs = function videojs(id, options, ready) {
// var videojs = window['videojs'] = vjs; // var videojs = window['videojs'] = vjs;
// CDN Version. Used to target right flash swf. // CDN Version. Used to target right flash swf.
videojs.CDN_VERSION = '4.12'; videojs.CDN_VERSION = '5.0';
videojs.ACCESS_PROTOCOL = 'https:' == _document2['default'].location.protocol ? 'https://' : 'http://'; videojs.ACCESS_PROTOCOL = 'https:' == _document2['default'].location.protocol ? 'https://' : 'http://';
/** /**
* Full player version * Full player version
* @type {string} * @type {string}
*/ */
videojs.VERSION = '4.12.5'; videojs.VERSION = '5.0.0-0';
// Set CDN Version of swf // Set CDN Version of swf
// The added (+) blocks the replace from changing this _VERSION_NO_PATCH_ string // The added (+) blocks the replace from changing this _VERSION_NO_PATCH_ string

6
dist/video.js vendored
View File

@ -1,6 +1,6 @@
/** /**
* @license * @license
* Video.js 4.12.5 <http://videojs.com/> * Video.js 5.0.0-0 <http://videojs.com/>
* Copyright Brightcove, Inc. <https://www.brightcove.com/> * Copyright Brightcove, Inc. <https://www.brightcove.com/>
* Available under Apache License Version 2.0 * Available under Apache License Version 2.0
* <https://github.com/videojs/video.js/blob/master/LICENSE> * <https://github.com/videojs/video.js/blob/master/LICENSE>
@ -4586,14 +4586,14 @@ var videojs = function videojs(id, options, ready) {
// var videojs = window['videojs'] = vjs; // var videojs = window['videojs'] = vjs;
// CDN Version. Used to target right flash swf. // CDN Version. Used to target right flash swf.
videojs.CDN_VERSION = '4.12'; videojs.CDN_VERSION = '5.0';
videojs.ACCESS_PROTOCOL = 'https:' == _document2['default'].location.protocol ? 'https://' : 'http://'; videojs.ACCESS_PROTOCOL = 'https:' == _document2['default'].location.protocol ? 'https://' : 'http://';
/** /**
* Full player version * Full player version
* @type {string} * @type {string}
*/ */
videojs.VERSION = '4.12.5'; videojs.VERSION = '5.0.0-0';
// Set CDN Version of swf // Set CDN Version of swf
// The added (+) blocks the replace from changing this _VERSION_NO_PATCH_ string // The added (+) blocks the replace from changing this _VERSION_NO_PATCH_ string

4
dist/video.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"name": "video.js", "name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.", "description": "An HTML5 and Flash video player with a common API and skin for both.",
"version": "4.12.5", "version": "5.0.0-0",
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>", "copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
"license": "Apache-2.0", "license": "Apache-2.0",
"keywords": [ "keywords": [
@ -20,7 +20,7 @@
"type": "git", "type": "git",
"url": "https://github.com/videojs/video.js.git" "url": "https://github.com/videojs/video.js.git"
}, },
"main": "./dist/video.min.js", "main": "./dist/video.js",
"dependencies": { "dependencies": {
"global": "^4.3.0", "global": "^4.3.0",
"safe-json-parse": "^4.0.0", "safe-json-parse": "^4.0.0",