diff --git a/package-lock.json b/package-lock.json index d1328e4..0080ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sectiontn/otp-input", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sectiontn/otp-input", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 124fd5f..1ec9dd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sectiontn/otp-input", - "version": "0.2.0", + "version": "0.3.0", "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", "module": "lib/module/index",