From eccd83f90d639afd273e730e30343aea7928ccdc Mon Sep 17 00:00:00 2001 From: Abhishek Warokar Date: Sat, 31 Oct 2020 16:18:32 +0530 Subject: [PATCH] 2.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d913bda4..b3129865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-otp-input", - "version": "2.3.0-next.2", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32161528..2fa7c5b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-otp-input", - "version": "2.3.0-next.2", + "version": "2.3.0", "description": "A fully customizable, one-time password input component for the web built with React", "main": "lib/index.js", "scripts": {