From b739db717678dc17c0f099388faed2e24fc553f2 Mon Sep 17 00:00:00 2001 From: Amr Labib Date: Wed, 15 Jan 2020 20:11:19 +0400 Subject: [PATCH] v2.0.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db750ec..c8d073a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timer-hook", - "version": "1.1.10", + "version": "2.0.0", "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",