From 802e66cfc767b5b75ae56675eccbefaf384a29fd Mon Sep 17 00:00:00 2001 From: Amr Labib Date: Sat, 17 Apr 2021 17:31:06 +0200 Subject: [PATCH] v3.0.2 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88a289e..f231d0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timer-hook", - "version": "3.0.1", + "version": "3.0.2", "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",