From cb5e91fcd9009db56a5cf9fe6e10219d358ce15d Mon Sep 17 00:00:00 2001 From: Amr Labib Date: Tue, 11 May 2021 12:13:38 +0200 Subject: [PATCH] v3.0.3 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87a0f36..2c3e8b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timer-hook", - "version": "3.0.2", + "version": "3.0.3", "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",