Skip to content

Commit

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


jQuery.mbYTPlayer = { jQuery.mbYTPlayer = {
name : "jquery.mb.YTPlayer", name : "jquery.mb.YTPlayer",
version: "3.2.9", version: "3.2.10",
build : "7429", build : "7430",
author : "Matteo Bicocchi (pupunzi)", author : "Matteo Bicocchi (pupunzi)",
apiKey : "", 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
Expand Up @@ -11,7 +11,7 @@
"player", "player",
"custom" "custom"
], ],
"version": "3.2.9", "version": "3.2.10",
"author": "Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)", "author": "Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)",
"maintainers": [ "maintainers": [
"Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)" "Pupunzi <matbicoc@gmail.com> (Matteo Bicocchi)"
Expand Down Expand Up @@ -51,5 +51,5 @@
"directories": { "directories": {
"example": "examples" "example": "examples"
}, },
"buildnum": "7429" "buildnum": "7430"
} }

0 comments on commit dd8094a

Please sign in to comment.