Skip to content

Commit

Permalink
Release 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ctd1500 committed Feb 1, 2019
1 parent b174394 commit bb4a158
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.24",
"version": "0.2.25",
"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
Expand Up @@ -19,7 +19,7 @@
}(this, function (videojs) {
"use strict";
if (typeof window !== 'undefined') {
window['videojs_hotkeys'] = { version: "0.2.24" };
window['videojs_hotkeys'] = { version: "0.2.25" };
}

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 bb4a158

Please sign in to comment.