diff --git a/dist/hotkeys.common.js b/dist/hotkeys.common.js index 9e6f9482..e4eef607 100644 --- a/dist/hotkeys.common.js +++ b/dist/hotkeys.common.js @@ -1,5 +1,5 @@ /**! - * hotkeys-js v3.10.4 + * hotkeys-js v3.11.0 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * * Copyright (c) 2023 kenny wong diff --git a/dist/hotkeys.esm.js b/dist/hotkeys.esm.js index 87bf3bfe..434aefdc 100644 --- a/dist/hotkeys.esm.js +++ b/dist/hotkeys.esm.js @@ -1,5 +1,5 @@ /**! - * hotkeys-js v3.10.4 + * hotkeys-js v3.11.0 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * * Copyright (c) 2023 kenny wong diff --git a/dist/hotkeys.js b/dist/hotkeys.js index ebeaf8ab..9a89f383 100644 --- a/dist/hotkeys.js +++ b/dist/hotkeys.js @@ -1,5 +1,5 @@ /**! - * hotkeys-js v3.10.4 + * hotkeys-js v3.11.0 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * * Copyright (c) 2023 kenny wong diff --git a/package.json b/package.json index 62812218..ecc72d50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hotkeys-js", "description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.", - "version": "3.10.4", + "version": "3.11.0", "main": "index.js", "types": "index.d.ts", "module": "dist/hotkeys.esm.js",