From 68ec5f66bcb097b907cf2eec62a470c3b1a370a9 Mon Sep 17 00:00:00 2001 From: Felix Fritz Date: Thu, 21 Mar 2024 10:32:04 +0100 Subject: [PATCH] version bump --- Sources/XS2AiOS/Utils/APIService.swift | 2 +- XS2AiOS.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/XS2AiOS/Utils/APIService.swift b/Sources/XS2AiOS/Utils/APIService.swift index c368ca2..c0c27bf 100644 --- a/Sources/XS2AiOS/Utils/APIService.swift +++ b/Sources/XS2AiOS/Utils/APIService.swift @@ -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.15.4", + "version": "ios_sdk_1.15.5", "client": "ios_sdk", ] diff --git a/XS2AiOS.podspec b/XS2AiOS.podspec index bb5ee8b..e5ab990 100644 --- a/XS2AiOS.podspec +++ b/XS2AiOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'XS2AiOS' - s.version = '1.15.4' + s.version = '1.15.5' s.summary = 'Native integration of Tink Germany XS2A API for your iOS apps.' s.homepage = 'https://github.com/FinTecSystems/xs2a-ios'