Skip to content

Commit

Permalink
Release 0.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ctd1500 committed Oct 12, 2024
1 parent a20d8fe commit d0bed81
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.29",
"version": "0.2.30",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
})(this, function (videojs) {
"use strict";
if (typeof window !== "undefined") {
window["videojs_hotkeys"] = { version: "0.2.29" };
window["videojs_hotkeys"] = { version: "0.2.30" };
}

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 d0bed81

Please sign in to comment.