Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzfelix committed Mar 6, 2023
1 parent 39e54ec commit 6c1aea9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ The `XS2AViewController` will guide the customer through the process. After that
let config = XS2AiOS.Configuration(
wizardSessionKey: "YOUR_WIZARD_SESSION_KEY",
// Use .de/.en/.fr/.es/.it to overwrite session language
// Default is device language
// Default is device language if part of supported languages,
// otherwise fallback to .en
language: .en // (optional)
)

Expand Down
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.11.0",
"version": "ios_sdk_1.12.0",
"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.11.0'
s.version = '1.12.0'
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 6c1aea9

Please sign in to comment.