Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzfelix committed Aug 17, 2023
1 parent 7cc5a2a commit 488ed70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/XS2AiOS/Utils/APIService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class APIService {
/// Function for making the initial call to the XS2A backend
func initCall(completion: @escaping (APIResponseType) -> Void) {
var payload: [String:Any] = [
"version": "ios_sdk_1.14.0",
"version": "ios_sdk_1.14.1",
"client": "ios_sdk",
]

Expand Down
2 changes: 1 addition & 1 deletion XS2AiOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XS2AiOS'
s.version = '1.14.0'
s.version = '1.14.1'
s.summary = 'Native integration of Tink Germany XS2A API for your iOS apps.'

s.homepage = 'https://github.com/FinTecSystems/xs2a-ios'
Expand Down

0 comments on commit 488ed70

Please sign in to comment.