From f1b8e4bb20b00111dba0bc82c3e18946e4afd83e Mon Sep 17 00:00:00 2001 From: David Wesker Date: Fri, 22 Mar 2024 02:22:17 +0100 Subject: [PATCH] chore: v0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc59ee0..e87d26c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sectiontn/otp-input", - "version": "0.3.1", + "version": "0.3.0", "private": false, "description": "An elegant and highly customizable One-Time Password (OTP) input library designed to simplify the implementation and enhance the user experience of OTP authentication flows in React Native Applications.", "main": "lib/commonjs/index",