Skip to content

Commit

Permalink
build 7449
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Jan 7, 2020
1 parent 4b55cad commit eb303bd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "7447"
"buildnum": "7449"
}
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
file: index.tmpl
last modified: 10/25/18 8:00 PM
Version: 3.2.11
Build: 7447
Build: 7449
Open Lab s.r.l., Florence - Italy
email: matteo@open-lab.com
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=7447" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7449" 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=7447"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7449"></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 @@ -4,7 +4,7 @@
file: jquery.mb.YTPlayer.src.js
last modified: 11/2/18 7:23 PM
Version: 3.2.11
Build: 7447
Build: 7449
Open Lab s.r.l., Florence - Italy
email: matteo@open-lab.com
Expand Down Expand Up @@ -62,7 +62,7 @@ function iOSversion() {
jQuery.mbYTPlayer = {
name : 'jquery.mb.YTPlayer',
version: '3.2.11',
build : '7447',
build : '7449',
author : 'Matteo Bicocchi (pupunzi)',
apiKey : '',

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.mb.YTPlayer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"directories": {
"example": "examples"
},
"buildnum": "7447"
"buildnum": "7449"
}

0 comments on commit eb303bd

Please sign in to comment.