Skip to content

Commit dcbdc52

Browse files
committed
Merge branch 'master' into dev
2 parents 0526601 + 4fe69b2 commit dcbdc52

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jPlayer",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"main": [
55
"./jquery.jplayer/jquery.jplayer.js",
66
"./skin/pink.flag/jplayer.pink.flag.css"

jplayer.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"html5",
1212
"streaming"
1313
],
14-
"version": "2.6.3",
14+
"version": "2.6.4",
1515
"author": {
1616
"name": "Mark J Panaghiston",
1717
"email": "markp@happyworm.com",

jquery.jplayer/jquery.jplayer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Mark J Panaghiston
10-
* Version: 2.6.3
11-
* Date: 30th May 2014
10+
* Version: 2.6.4
11+
* Date: 1st August 2014
1212
*/
1313

1414
/* Code verified using http://www.jshint.com/ */
@@ -479,7 +479,7 @@
479479
$.jPlayer.prototype = {
480480
count: 0, // Static Variable: Change it via prototype.
481481
version: { // Static Object
482-
script: "2.6.3",
482+
script: "2.6.4",
483483
needFlash: "2.6.0",
484484
flash: "unknown"
485485
},
@@ -711,7 +711,7 @@
711711
// 'MPEG-4 support' : canPlayType('video/mp4; codecs="mp4v.20.8"')
712712
format: { // Static Object
713713
mp3: {
714-
codec: 'audio/mpeg; codecs="mp3"',
714+
codec: 'audio/mpeg',
715715
flashCanPlay: true,
716716
media: 'audio'
717717
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jplayer",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "The jQuery HTML5 Audio / Video Library",
55
"homepage": "http://www.jplayer.org/",
66
"keywords": [

0 commit comments

Comments
 (0)