Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorun343 committed Jul 20, 2019
1 parent a4ba127 commit bb57833
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/vue-youtube-embed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Vue YouTube Embed version 2.2.1
* Vue YouTube Embed version 2.2.2
* under MIT License copyright 2019 kaorun343
*/
// fork from https://github.com/brandly/angular-youtube-embed
Expand Down Expand Up @@ -98,6 +98,7 @@ var container = {
var pid = 0;

var YouTubePlayer = {
name: 'YoutubeEmbed',
props: {
playerHeight: {
type: [String, Number],
Expand Down
3 changes: 2 additions & 1 deletion lib/vue-youtube-embed.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Vue YouTube Embed version 2.2.1
* Vue YouTube Embed version 2.2.2
* under MIT License copyright 2019 kaorun343
*/
(function (global, factory) {
Expand Down Expand Up @@ -104,6 +104,7 @@
var pid = 0;

var YouTubePlayer = {
name: 'YoutubeEmbed',
props: {
playerHeight: {
type: [String, Number],
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": "vue-youtube-embed",
"version": "2.2.1",
"version": "2.2.2",
"description": "Vue.js and YouTube",
"main": "lib/vue-youtube-embed.js",
"scripts": {
Expand Down

0 comments on commit bb57833

Please sign in to comment.