From 2122a4e0cae795e8cfcb8c222efa5bb48b9404e0 Mon Sep 17 00:00:00 2001 From: Shubham Garg <91garg.shubham@gmail.com> Date: Thu, 8 Sep 2022 17:27:38 +0530 Subject: [PATCH] Removing Socket IO Dependency --- PayUIndia-UPICore-Release.sh | 2 +- PayUIndia-UPICore.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PayUIndia-UPICore-Release.sh b/PayUIndia-UPICore-Release.sh index 2a607e2..8d662eb 100644 --- a/PayUIndia-UPICore-Release.sh +++ b/PayUIndia-UPICore-Release.sh @@ -50,7 +50,7 @@ podTrunkPush() { } podName="PayUIndia-UPICore" -podVersion="7.0.0" +podVersion="7.0.1" podSpec="${podName}.podspec" tag="${podName}_${podVersion}" diff --git a/PayUIndia-UPICore.podspec b/PayUIndia-UPICore.podspec index 55468a2..b491b6e 100644 --- a/PayUIndia-UPICore.podspec +++ b/PayUIndia-UPICore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PayUIndia-UPICore" - s.version = "7.0.0" + s.version = "7.0.1" s.license = "MIT" s.homepage = "https://app.gitbook.com/@payumobile/s/sdk-integration/v/master/ios/upi-standalone-ios" s.author = { "PayUbiz" => "contact@payu.in" }