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