From c8e4018d6c6e6b998ad8bdbd0bee21a9f4fd154f Mon Sep 17 00:00:00 2001 From: Jeremy Fields Date: Mon, 16 Jan 2017 09:24:20 -0700 Subject: [PATCH] Resolving node package version conflict --- bower.json | 2 +- dist/what-input.js | 2 +- dist/what-input.min.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d18651d..6a73096 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "what-input", - "version": "4.0.5", + "version": "4.0.6", "homepage": "https://github.com/ten1seven/what-input", "repository": { "url": "https://github.com/ten1seven/what-input.git", diff --git a/dist/what-input.js b/dist/what-input.js index 83a7b8e..1e5f9fe 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 v4.0.5 + * @version v4.0.6 * @link https://github.com/ten1seven/what-input * @license MIT */ diff --git a/dist/what-input.min.js b/dist/what-input.min.js index 6e25702..1727be9 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 v4.0.5 + * @version v4.0.6 * @link https://github.com/ten1seven/what-input * @license MIT */ diff --git a/package.json b/package.json index 122b2a2..74f1dd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "what-input", - "version": "4.0.5", + "version": "4.0.6", "description": "A global utility for tracking the current input method (mouse, keyboard or touch).", "main": "dist/what-input.js", "repository": {