From 98dc70e4e7a76c2952771a3fca02a2c88d4fbf0d Mon Sep 17 00:00:00 2001 From: rgommezz Date: Mon, 23 Jan 2023 02:46:40 +0000 Subject: [PATCH] chore: release 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee1fd35..2ef4cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-stopwatch-timer", - "version": "1.0.1", + "version": "1.0.2", "description": "React Native Stopwatch component that smoothly animates the digits change", "main": "lib/commonjs/index", "module": "lib/module/index",