From e44623dddd42eb802ffd1938c124b20836821726 Mon Sep 17 00:00:00 2001 From: jayelzaghmoutt Date: Tue, 27 Aug 2024 11:52:56 +0300 Subject: [PATCH] Update Version to 1.2.0 --- JNPhoneNumberView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JNPhoneNumberView.podspec b/JNPhoneNumberView.podspec index cd44609..1be365c 100644 --- a/JNPhoneNumberView.podspec +++ b/JNPhoneNumberView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "JNPhoneNumberView" - s.version = "1.1.1" + s.version = "1.2.0" s.summary = "Phone Number Validation with country dial code picker" s.description = "A view to show the country dial code and the phone number, you can click on the dial code and select another country from the countries picker, this view has a delegate methods to pass the international number and validity of it." s.homepage = "https://github.com/JNDisrupter"