File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased ]
3
+ ## 10.2.15
4
4
5
5
### Changed
6
6
* Split up ` submitJob() ` functionalities for BiometricKYC for easier readability and debugging.
Original file line number Diff line number Diff line change 12
12
- Sentry (8.36.0):
13
13
- Sentry/Core (= 8.36.0)
14
14
- Sentry/Core (8.36.0)
15
- - SmileID (10.2.14 ):
15
+ - SmileID (10.2.15 ):
16
16
- FingerprintJS
17
17
- lottie-ios (~> 4.4.2)
18
18
- ZIPFoundation (~> 0.9)
@@ -51,7 +51,7 @@ SPEC CHECKSUMS:
51
51
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
52
52
netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7
53
53
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
54
- SmileID: 5b3315414026c4b3bc7dfb0e39ab48fe21299ec3
54
+ SmileID: 0ce57af077a6d201d382b67209f9d8742db6c97b
55
55
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
56
56
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
57
57
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SmileID'
3
- s . version = '10.2.14 '
3
+ s . version = '10.2.15 '
4
4
s . summary = 'The Official Smile Identity iOS SDK.'
5
5
s . homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import UIKit
6
6
public class SmileID {
7
7
/// The default value for `timeoutIntervalForRequest` for URLSession default configuration.
8
8
public static let defaultRequestTimeout : TimeInterval = 60
9
- public static let version = " 10.2.14 "
9
+ public static let version = " 10.2.15 "
10
10
@Injected var injectedApi : SmileIDServiceable
11
11
public static var configuration : Config { config }
12
12
You can’t perform that action at this time.
0 commit comments