Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
stamat committed Dec 5, 2019
1 parent f021762 commit 8ae6839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "youtube-background",
"repo": "stamat/jquery.youtube-background",
"description": "https://github.com/stamat/jquery.youtube-background",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"youtube",
"background",
Expand Down
2 changes: 2 additions & 0 deletions jquery.youtube-background.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* jquery.youtube-background v1.0.3 | Nikola Stamatovic <@stamat> | MIT */

var tag = document.createElement('script');
tag.src = "https://www.youtube.com/player_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-background",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple jQuery plugin for embedding YouTube videos as a cover background",
"main": "jquery.youtube-background.js",
"repository": {
Expand Down

0 comments on commit 8ae6839

Please sign in to comment.