From 8dc680c3364c09a458365dc9d73b20e9302fbfbb Mon Sep 17 00:00:00 2001 From: Amr Labib Date: Sat, 5 Dec 2020 18:39:13 +0200 Subject: [PATCH] v2.0.6 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24bd5cd..940b792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timer-hook", - "version": "2.0.5", + "version": "2.0.6", "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",