From cddee2c9d3a406a49d5fdc5ace9972b42951d65c Mon Sep 17 00:00:00 2001 From: rgommezz Date: Sat, 7 Oct 2023 03:16:35 +0100 Subject: [PATCH] chore: release 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bc8225..a005d6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-stopwatch-timer", - "version": "1.0.2", + "version": "1.1.0", "description": "React Native Stopwatch component that smoothly animates the digits change", "main": "lib/commonjs/index", "module": "lib/module/index",