From 92c1e7c87691abd496fee38f1a688c13ce9acec7 Mon Sep 17 00:00:00 2001 From: Vaibhav Sachdeva Date: Sun, 12 May 2024 18:31:54 +0530 Subject: [PATCH] chore: versioning in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8613481..308df43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-paper-otp-input", - "version": "1.0.0", + "version": "0.1.0", "description": "OTP Input component for react native paper", "main": "lib/commonjs/index", "module": "lib/module/index",