Skip to content

Commit

Permalink
chore: bump version to 10.2.15 (#248)
Browse files Browse the repository at this point in the history
* update changelog. bump podspec and smileid version

* run pod install.
  • Loading branch information
tobitech authored Oct 25, 2024
1 parent 78fa022 commit dbe958d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## [Unreleased]
## 10.2.15

### Changed
* Split up `submitJob()` functionalities for BiometricKYC for easier readability and debugging.
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PODS:
- Sentry (8.36.0):
- Sentry/Core (= 8.36.0)
- Sentry/Core (8.36.0)
- SmileID (10.2.14):
- SmileID (10.2.15):
- FingerprintJS
- lottie-ios (~> 4.4.2)
- ZIPFoundation (~> 0.9)
Expand Down Expand Up @@ -51,7 +51,7 @@ SPEC CHECKSUMS:
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
SmileID: 5b3315414026c4b3bc7dfb0e39ab48fe21299ec3
SmileID: 0ce57af077a6d201d382b67209f9d8742db6c97b
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c

Expand Down
2 changes: 1 addition & 1 deletion SmileID.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SmileID'
s.version = '10.2.14'
s.version = '10.2.15'
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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/SmileID/Classes/SmileID.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.14"
public static let version = "10.2.15"
@Injected var injectedApi: SmileIDServiceable
public static var configuration: Config { config }

Expand Down

0 comments on commit dbe958d

Please sign in to comment.