From 875835e7c0760b8adf7d948fb4ca900997a0d209 Mon Sep 17 00:00:00 2001 From: ericdao-ttt Date: Thu, 9 Jul 2020 14:49:57 -0700 Subject: [PATCH] Update version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 375789d..10ff322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@twotalltotems/react-native-otp-input", - "version": "1.3.7", + "version": "1.3.10", "description": "is a tiny JS library for one time passcode (OTP). Supports smart input suggestion on iOS and code autofill on Android (it will be filled when you press the copy button on the SMS notification bar)", "main": "./dist/index.js", "types": "./index.d.ts",