From 8db7f9c66e5533505edc87a811b93317e75b6efb Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 17 Sep 2023 09:07:24 -0300 Subject: [PATCH] build: version 0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95dc836..5adf89f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-international-phone-number", "author": "AstrOOnauta (https://github.com/AstrOOnauta)", - "version": "0.5.0", + "version": "0.5.1", "description": "International mobile phone input component with mask for React Native", "main": "lib/index.js", "types": "lib/index.d.ts",