From a3fb07364e37ca76a4262d564fb4a398252cef3a Mon Sep 17 00:00:00 2001 From: Justas Palumickas Date: Wed, 12 Aug 2020 17:44:32 +0300 Subject: [PATCH] Bump version to 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4bef62..bba121b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-window-focus", - "version": "1.1.0", + "version": "1.1.1", "description": "React Hook to show if window is focused or not", "main": "dist/index.js", "typings": "dist/index.d.ts",