Skip to content

Commit

Permalink
Release 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ctd1500 committed Feb 20, 2016
1 parent 05d7ab0 commit 19a8fcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-hotkeys",
"version": "0.2.13",
"version": "0.2.14",
"description": "Adds more hotkey support to video.js",
"main": "videojs.hotkeys.min.js",
"author": "Chris Dougherty",
Expand Down
2 changes: 1 addition & 1 deletion videojs.hotkeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

})(window, function(window, videojs) {
"use strict";
window['videojs_hotkeys'] = { version: "0.2.13" };
window['videojs_hotkeys'] = { version: "0.2.14" };

var hotkeys = function(options) {
var player = this;
Expand Down
4 changes: 2 additions & 2 deletions videojs.hotkeys.min.js

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

0 comments on commit 19a8fcc

Please sign in to comment.