From bb793bfae2a6082feedf7b679c6d9eb08953a01c Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 22 Oct 2024 17:04:38 -0300 Subject: [PATCH] build: version 0.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ec278e..463e0c0 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.7.6", + "version": "0.8.0", "description": "International mobile phone input component with mask for React Native", "main": "lib/index.js", "types": "lib/index.d.ts",