From 49d3df49438c3de4032b97fd828939910abe4547 Mon Sep 17 00:00:00 2001 From: Justas Palumickas Date: Sun, 3 Mar 2024 13:13:01 +0200 Subject: [PATCH] v1.4.3 --- LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 8fd56be..e18970b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Justas Palumickas +Copyright (c) 2024 Justas Palumickas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4ea0894..9ec07ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-window-focus", - "version": "1.4.2", + "version": "1.4.3", "description": "React Hook to show if window is focused or not", "main": "dist/use-window-focus.js", "types": "dist/index.d.ts",