Skip to content

Commit dbe958d

Browse files
authored
chore: bump version to 10.2.15 (#248)
* update changelog. bump podspec and smileid version * run pod install.
1 parent 78fa022 commit dbe958d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## [Unreleased]
3+
## 10.2.15
44

55
### Changed
66
* Split up `submitJob()` functionalities for BiometricKYC for easier readability and debugging.

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- Sentry (8.36.0):
1313
- Sentry/Core (= 8.36.0)
1414
- Sentry/Core (8.36.0)
15-
- SmileID (10.2.14):
15+
- SmileID (10.2.15):
1616
- FingerprintJS
1717
- lottie-ios (~> 4.4.2)
1818
- ZIPFoundation (~> 0.9)
@@ -51,7 +51,7 @@ SPEC CHECKSUMS:
5151
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
5252
netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7
5353
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
54-
SmileID: 5b3315414026c4b3bc7dfb0e39ab48fe21299ec3
54+
SmileID: 0ce57af077a6d201d382b67209f9d8742db6c97b
5555
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
5656
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c
5757

SmileID.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SmileID'
3-
s.version = '10.2.14'
3+
s.version = '10.2.15'
44
s.summary = 'The Official Smile Identity iOS SDK.'
55
s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

Sources/SmileID/Classes/SmileID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import UIKit
66
public class SmileID {
77
/// The default value for `timeoutIntervalForRequest` for URLSession default configuration.
88
public static let defaultRequestTimeout: TimeInterval = 60
9-
public static let version = "10.2.14"
9+
public static let version = "10.2.15"
1010
@Injected var injectedApi: SmileIDServiceable
1111
public static var configuration: Config { config }
1212

0 commit comments

Comments
 (0)