From 1d7b48d0d621cc636add8b66fd43524d0cc63014 Mon Sep 17 00:00:00 2001 From: rgommezz Date: Thu, 12 Jan 2023 15:07:52 +0000 Subject: [PATCH] chore: release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c5c09d..c1ed4ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animated-stopwatch", - "version": "0.2.0", + "version": "0.3.0", "description": "React Native Stopwatch component that smoothly animates the digits change", "main": "lib/commonjs/index", "module": "lib/module/index",