Skip to content

Commit

Permalink
Release v3.2.11 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Dec 15, 2019
1 parent 4ed474d commit 4b55cad
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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": "3.2.10",
"version": "3.2.11",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer",
"authors": [
"pupunzi <[email protected]>"
Expand All @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "7446"
"buildnum": "7447"
}
8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
file: index.tmpl
last modified: 10/25/18 8:00 PM
Version: 3.2.10
Build: 7446
Version: 3.2.11
Build: 7447
Open Lab s.r.l., Florence - Italy
email: [email protected]
Expand All @@ -27,9 +27,9 @@
<meta charset="UTF-8">
<title>youtube Chromeless Player - mb.YTPlayer</title>
<link href='//fonts.googleapis.com/css?family=Lekton|Lobster' rel='stylesheet' type='text/css'>
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7446" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7447" media="all" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7446"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7447"></script>
<script src="../examples/assets/apikey.js"></script>
<style>
*:focus {
Expand Down
8 changes: 4 additions & 4 deletions dist/jquery.mb.YTPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
file: jquery.mb.YTPlayer.src.js
last modified: 11/2/18 7:23 PM
Version: 3.2.10
Build: 7446
Version: 3.2.11
Build: 7447
Open Lab s.r.l., Florence - Italy
email: [email protected]
Expand Down Expand Up @@ -61,8 +61,8 @@ function iOSversion() {

jQuery.mbYTPlayer = {
name : 'jquery.mb.YTPlayer',
version: '3.2.10',
build : '7446',
version: '3.2.11',
build : '7447',
author : 'Matteo Bicocchi (pupunzi)',
apiKey : '',

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.mb.YTPlayer.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"player",
"custom"
],
"version": "3.2.10",
"version": "3.2.11",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
Expand Down Expand Up @@ -55,5 +55,5 @@
"directories": {
"example": "examples"
},
"buildnum": "7446"
"buildnum": "7447"
}

0 comments on commit 4b55cad

Please sign in to comment.