Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
eXon committed Nov 7, 2014
1 parent a473558 commit f5bfdac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 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.6",
"version": "1.2.7",
"main": ["dist/vjs.youtube.js"],
"ignore": [
"examples",
Expand All @@ -12,12 +12,11 @@
".jshintrc",
".travis.yml",
"bower.json",
"component.json",
"Gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"video.js": "~4.10"
}
}
}
4 changes: 2 additions & 2 deletions 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.6",
"version": "1.2.7",
"author": "Benoit Tremblay",
"repository": {
"type": "git",
Expand All @@ -22,4 +22,4 @@
"scripts": {
"test": "grunt test"
}
}
}

0 comments on commit f5bfdac

Please sign in to comment.