Skip to content

Commit

Permalink
Release 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ctd1500 committed Jun 24, 2017
1 parent 1f81d9c commit 6fe3202
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-hotkeys",
"version": "0.2.18",
"version": "0.2.19",
"description": "Adds more hotkey support to video.js",
"main": "videojs.hotkeys.min.js",
"author": "Chris Dougherty",
Expand All @@ -19,12 +19,12 @@
"hotkeys"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-github-releaser": "^0.1.18",
"grunt-zip": "^0.17.0",
"time-grunt": "^1.3.0"
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-github-releaser2": "^0.1.1",
"time-grunt": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion videojs.hotkeys.js
Expand Up @@ -17,7 +17,7 @@

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

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 6fe3202

Please sign in to comment.