Skip to content

Commit

Permalink
Bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
btremblay committed Oct 1, 2014
1 parent b22db43 commit 2f1386e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "videojs-youtube",
"description": "YouTube playback technology for Video.js",
"version": "1.2.5",
"version": "1.2.6",
"main": ["dist/vjs.youtube.js"],
"ignore": [
"examples",
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "videojs-youtube",
"description": "YouTube playback technology for Video.js",
"version": "1.2.5",
"version": "1.2.6",
"scripts": ["dist/vjs.youtube.js"],
"main": "dist/vjs.youtube.js",
"license": "MIT",
"repository": "eXon/videojs-youtube",
"dependencies": {
"videojs/video.js": "~4.7.3"
"videojs/video.js": "~4.9"
}
}
1 change: 1 addition & 0 deletions dist/vjs.youtube.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "videojs-youtube",
"description": "YouTube playback technology for Video.js",
"version": "1.2.5",
"version": "1.2.6",
"author": "Benoit Tremblay",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f1386e

Please sign in to comment.