Skip to content

Commit

Permalink
Release 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ctd1500 committed Aug 28, 2022
1 parent 387b772 commit e501555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "videojs-hotkeys",
"version": "0.2.27",
"version": "0.2.28",
"description": "Adds more hotkey support to video.js",
"author": "Chris Dougherty",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion videojs.hotkeys.js
Expand Up @@ -20,7 +20,7 @@
}(this, function (videojs) {
"use strict";
if (typeof window !== 'undefined') {
window['videojs_hotkeys'] = { version: "0.2.27" };
window['videojs_hotkeys'] = { version: "0.2.28" };
}

var hotkeys = function(options) {
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 e501555

Please sign in to comment.