Skip to content

Commit

Permalink
Removing Socket IO Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhGar committed Sep 8, 2022
1 parent b2047a9 commit 2122a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PayUIndia-UPICore-Release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ podTrunkPush() {
}

podName="PayUIndia-UPICore"
podVersion="7.0.0"
podVersion="7.0.1"

podSpec="${podName}.podspec"
tag="${podName}_${podVersion}"
Expand Down
2 changes: 1 addition & 1 deletion PayUIndia-UPICore.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
Expand Down

0 comments on commit 2122a4e

Please sign in to comment.