diff --git a/dist/what-input.js b/dist/what-input.js index 800dad8..c8efba5 100644 --- a/dist/what-input.js +++ b/dist/what-input.js @@ -1,6 +1,6 @@ /** * what-input - A global utility for tracking the current input method (mouse, keyboard or touch). - * @version v5.0.6.1 + * @version v5.0.7 * @link https://github.com/ten1seven/what-input * @license MIT */ diff --git a/dist/what-input.min.js b/dist/what-input.min.js index 4292307..4df9636 100644 --- a/dist/what-input.min.js +++ b/dist/what-input.min.js @@ -1,6 +1,6 @@ /** * what-input - A global utility for tracking the current input method (mouse, keyboard or touch). - * @version v5.0.6.1 + * @version v5.0.7 * @link https://github.com/ten1seven/what-input * @license MIT */ diff --git a/package.json b/package.json index 8f27739..8a3d332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "what-input", - "version": "5.0.6.1", + "version": "5.0.7", "description": "A global utility for tracking the current input method (mouse, keyboard or touch).", "main": "dist/what-input.js",