From 117cbe0e8304b63bb254ef40ce20c9aa9b5087f9 Mon Sep 17 00:00:00 2001 From: M A Alim Date: Sat, 27 May 2023 17:30:44 +0600 Subject: [PATCH] fix versioning issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adad6ac..d51af34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-simple-clock", - "version": "1.1.1", + "version": "1.1.2", "description": "A react component to display clock", "license": "MIT", "author": "M A Alim",