Skip to content

Commit

Permalink
Merge pull request #76 from xendit/bump-3.8.5
Browse files Browse the repository at this point in the history
Bump release 3.8.5 for fix #68
  • Loading branch information
pandyaka authored May 20, 2024
2 parents b76a23c + 5524fe0 commit a23b39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Xendit/XDTApiClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class XDTApiClient {
internal static let CLIENT_TYPE = "SDK";
internal static let CLIENT_API_VERSION = "2.0.0";
internal static let CLIENT_IDENTIFIER = "Xendit iOS SDK";
internal static let CLIENT_SDK_VERSION = "3.8.4";
internal static let CLIENT_SDK_VERSION = "3.8.5";

private static let WEBAPI_FLEX_BASE_URL = "https://sandbox.webapi.visa.com"

Expand Down
2 changes: 1 addition & 1 deletion Xendit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Xendit'
s.version = '3.8.4'
s.version = '3.8.5'
s.license = 'MIT'
s.homepage = 'https://www.xendit.co'
s.author = { 'Juan Gonzalez’' => '[email protected]' }
Expand Down

0 comments on commit a23b39f

Please sign in to comment.