From c623f7f76b4c79161e679b7364048b256e38a6f2 Mon Sep 17 00:00:00 2001 From: Juma Allan Date: Fri, 13 Dec 2024 20:54:41 +0300 Subject: [PATCH] Release 10.3.1 (#270) --- Example/Podfile.lock | 6 +++--- SmileID.podspec | 4 ++-- Sources/SmileID/Classes/SmileID.swift | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 58deea64..407dac45 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -12,7 +12,7 @@ PODS: - Sentry (8.36.0): - Sentry/Core (= 8.36.0) - Sentry/Core (8.36.0) - - SmileID (10.3.0): + - SmileID (10.3.1): - FingerprintJS - lottie-ios (~> 4.4.2) - ZIPFoundation (~> 0.9) @@ -51,10 +51,10 @@ SPEC CHECKSUMS: lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418 netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7 Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57 - SmileID: 433805e0ca183dd1bfa00b340b9bb8fb58026519 + SmileID: ec46d9db430ffafc69831914b15f4058912ea083 SwiftLint: 3fe909719babe5537c552ee8181c0031392be933 ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c PODFILE CHECKSUM: ebb96bfc1b5a0c7f6061ff1e91ac138e67c1d9f4 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/SmileID.podspec b/SmileID.podspec index ce292453..3366450a 100644 --- a/SmileID.podspec +++ b/SmileID.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'SmileID' - s.version = '10.3.0' + s.version = '10.3.1' s.summary = 'The Official Smile Identity iOS SDK.' s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Japhet' => 'japhet@usesmileid.com', 'Juma Allan' => 'juma@usesmileid.com', 'Vansh Gandhi' => 'vansh@usesmileid.com'} - s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.2.17" } + s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.3.1" } s.ios.deployment_target = '13.0' s.dependency 'ZIPFoundation', '~> 0.9' s.dependency 'FingerprintJS' diff --git a/Sources/SmileID/Classes/SmileID.swift b/Sources/SmileID/Classes/SmileID.swift index af087894..fa89ccb4 100644 --- a/Sources/SmileID/Classes/SmileID.swift +++ b/Sources/SmileID/Classes/SmileID.swift @@ -6,7 +6,7 @@ import UIKit public class SmileID { /// The default value for `timeoutIntervalForRequest` for URLSession default configuration. public static let defaultRequestTimeout: TimeInterval = 60 - public static let version = "10.3.0" + public static let version = "10.3.1" @Injected var injectedApi: SmileIDServiceable public static var configuration: Config { config }