Skip to content

Commit

Permalink
Updated version for release of #179 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Dec 8, 2013
1 parent 182f6f7 commit 36a80ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "jPlayer", "name": "jPlayer",
"version": "2.5.0", "version": "2.5.1",
"main": [ "main": [
"./jquery.jplayer/jquery.jplayer.js", "./jquery.jplayer/jquery.jplayer.js",
"./skin/pink.flag/jplayer.pink.flag.css" "./skin/pink.flag/jplayer.pink.flag.css"
Expand Down
2 changes: 1 addition & 1 deletion jplayer.jquery.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"html5", "html5",
"streaming" "streaming"
], ],
"version": "2.5.0", "version": "2.5.1",
"author": { "author": {
"name": "Mark J Panaghiston", "name": "Mark J Panaghiston",
"email": "markp@happyworm.com", "email": "markp@happyworm.com",
Expand Down
6 changes: 3 additions & 3 deletions jquery.jplayer/jquery.jplayer.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* http://opensource.org/licenses/MIT * http://opensource.org/licenses/MIT
* *
* Author: Mark J Panaghiston * Author: Mark J Panaghiston
* Version: 2.5.0 * Version: 2.5.1
* Date: 7th November 2013 * Date: 8th December 2013
*/ */


/* Code verified using http://www.jshint.com/ */ /* Code verified using http://www.jshint.com/ */
Expand Down Expand Up @@ -470,7 +470,7 @@
$.jPlayer.prototype = { $.jPlayer.prototype = {
count: 0, // Static Variable: Change it via prototype. count: 0, // Static Variable: Change it via prototype.
version: { // Static Object version: { // Static Object
script: "2.5.0", script: "2.5.1",
needFlash: "2.5.0", needFlash: "2.5.0",
flash: "unknown" flash: "unknown"
}, },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "jplayer", "name": "jplayer",
"version": "2.5.0", "version": "2.5.1",
"description": "The jQuery HTML5 Audio / Video Library", "description": "The jQuery HTML5 Audio / Video Library",
"homepage": "http://www.jplayer.org/", "homepage": "http://www.jplayer.org/",
"keywords": [ "keywords": [
Expand Down

0 comments on commit 36a80ff

Please sign in to comment.