Skip to content

Commit

Permalink
Release v2.9.6 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mb.jquery.components committed Mar 13, 2016
1 parent d4d990b commit b52f476
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.mb.ytplayer",
"version": "2.9.5",
"version": "2.9.6",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer",
"authors": [
"pupunzi <matteo@open-lab.com>"
Expand All @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "5839"
"buildnum": "5840"
}
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<meta charset="UTF-8">
<title>youtube Chromeless Player - mb.YTPlayer</title>
<link href='http://fonts.googleapis.com/css?family=Lekton|Lobster' rel='stylesheet' type='text/css'>
<link href="css/jquery.mb.YTPlayer.min.css?_bn=5839" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=5676" media="all" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js"></script>
<script src="jquery.mb.YTPlayer.min.js?_bn=5839"></script>
<script src="jquery.mb.YTPlayer.min.js?_bn=5676"></script>
<script src="../examples/assets/apikey.js"></script>
<style>
*:focus {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.mb.YTPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var getYTPVideoID = function( url ) {

jQuery.mbYTPlayer = {
name: "jquery.mb.YTPlayer",
version: "2.9.5",
build: "5839",
version: "2.9.6",
build: "5676",
author: "Matteo Bicocchi",
apiKey: "",
defaults: {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.mb.YTPlayer.min.js

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "jquery.mb.ytplayer",
"title": "jquery.mb.YTPlayer",
"description": "This plugin let you play any public YouTube video as background of your page. It can also be used as a customized player in page.",
"keywords": [
"jquery-plugin",
"video",
"Youtube",
"background",
"HTML5",
"player",
"custom"
],
"version": "2.9.5",
"author": "Pupunzi <matteo@open-lab.com> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <matteo@open-lab.com> (Matteo Bicocchi)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.YTPlayer/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"demo": "http://pupunzi.com/#mb.components/mb.YTPlayer/YTPlayer.html",
"docs": "https://github.com/pupunzi/jquery.mb.YTPlayer/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"dependencies": {
"jquery": ">=1.8"
},
"main": "dist/jquery.mb.YTPlayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pupunzi/jquery.mb.YTPlayer.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-number": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "^3.0.0",
"grunt-bump": "^0.3.1",
"grunt-jsbeautifier": "^0.2.10"
},
"directories": {
"example": "examples"
},
"buildnum": "5837"
}
"name": "jquery.mb.ytplayer",
"title": "jquery.mb.YTPlayer",
"description": "This plugin let you play any public YouTube video as background of your page. It can also be used as a customized player in page.",
"keywords": [
"jquery-plugin",
"video",
"Youtube",
"background",
"HTML5",
"player",
"custom"
],
"version": "2.9.6",
"author": "Pupunzi <matteo@open-lab.com> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <matteo@open-lab.com> (Matteo Bicocchi)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.YTPlayer/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"demo": "http://pupunzi.com/#mb.components/mb.YTPlayer/YTPlayer.html",
"docs": "https://github.com/pupunzi/jquery.mb.YTPlayer/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer/",
"dependencies": {
"jquery": ">=1.8"
},
"main": "dist/jquery.mb.YTPlayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pupunzi/jquery.mb.YTPlayer.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-number": "^1.0.0",
"grunt-bump": "^0.3.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "^3.0.0",
"grunt-jsbeautifier": "^0.2.10"
},
"directories": {
"example": "examples"
},
"buildnum": "5676"
}

0 comments on commit b52f476

Please sign in to comment.