From c933ef905fbb94cc66a2de34ad69eca1d99b814d Mon Sep 17 00:00:00 2001 From: Amr Labib Date: Mon, 30 Nov 2020 19:38:51 +0200 Subject: [PATCH] v2.0.4 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc7bf15..0b01274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timer-hook", - "version": "2.0.3", + "version": "2.0.4", "description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.", "main": "dist/index.js", "types": "dist/index.d.ts",