Skip to content

Commit e501555

Browse files
committed
Release 0.2.28
1 parent 387b772 commit e501555

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "videojs-hotkeys",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "Adds more hotkey support to video.js",
55
"author": "Chris Dougherty",
66
"license": "Apache-2.0",

videojs.hotkeys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}(this, function (videojs) {
2121
"use strict";
2222
if (typeof window !== 'undefined') {
23-
window['videojs_hotkeys'] = { version: "0.2.27" };
23+
window['videojs_hotkeys'] = { version: "0.2.28" };
2424
}
2525

2626
var hotkeys = function(options) {

videojs.hotkeys.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)