Skip to content

Commit

Permalink
Release v3.3.5 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pupunzi committed Nov 11, 2020
1 parent 5cdcde0 commit 987d5a1
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.3.4",
"version": "3.3.5",
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-ytplayer",
"authors": [
"pupunzi <matbicoc@gmail.com>"
Expand All @@ -22,5 +22,5 @@
"test",
"tests"
],
"buildnum": "7538"
"buildnum": "7539"
}
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.3.4
Build: 7538
Version: 3.3.5
Build: 7539
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=7538" media="all" rel="stylesheet" type="text/css">
<link href="css/jquery.mb.YTPlayer.min.css?_bn=7539" 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=7538"></script>
<script src="jquery.mb.YTPlayer.js?_bn=7539"></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 @@ -61,8 +61,8 @@ function iOSversion() {

jQuery.mbYTPlayer = {
name : 'jquery.mb.YTPlayer',
version: '3.3.4',
build : '7538',
version: '3.3.5',
build : '7539',
author : 'Matteo Bicocchi (pupunzi)',
apiKey : '',

Expand Down Expand Up @@ -2963,8 +2963,8 @@ jQuery.fn.css3=function(d){return this.each(function(){var a=jQuery(this),b=jQue
file: jquery.mb.simpleSlider.js
last modified: 11/18/17 7:19 PM
Version: 3.3.4
Build: 7538
Version: 3.3.5
Build: 7539
Open Lab s.r.l., Florence - Italy
email: matteo@open-lab.com
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.3.4",
"version": "3.3.5",
"author": "Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)"
Expand Down Expand Up @@ -55,5 +55,5 @@
"directories": {
"example": "examples"
},
"buildnum": "7538"
"buildnum": "7539"
}

0 comments on commit 987d5a1

Please sign in to comment.