Skip to content

Commit 165b0df

Browse files
JNdhlovuvanshg
andauthored
feat: release 10.0.1 (#108)
* feat: release 10.0.1 * fix: corrected tag * Update Podfile --------- Co-authored-by: Vansh Gandhi <vansh@smileidentity.com>
1 parent 15b3676 commit 165b0df

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 10.0.2 (unrleased)
2+
3+
### Added
4+
5+
### Changed
6+
7+
### Fixed
8+
9+
### Removed
10+
11+
12+
## 10.0.1
13+
14+
### Fixed
15+
- Fixed missing info.json issue on Smartselfie Enrollment and Smartselfie Authentication
16+
117
## 10.0.0
218

319
- No changes

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
22
- netfox (1.21.0)
3-
- SmileID (10.0.0-beta13):
3+
- SmileID (10.0.1):
44
- Zip (~> 2.1.0)
5-
- SwiftLint (0.52.4)
5+
- SwiftLint (0.54.0)
66
- Zip (2.1.2)
77

88
DEPENDENCIES:
@@ -22,8 +22,8 @@ EXTERNAL SOURCES:
2222

2323
SPEC CHECKSUMS:
2424
netfox: 9d5cc727fe7576c4c7688a2504618a156b7d44b7
25-
SmileID: bc8395e845491c3b3443348bb3eb47a2e4e2942e
26-
SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3
25+
SmileID: fe0c278666c4f09a3e8f85763a2634569d44f768
26+
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
2727
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67
2828

2929
PODFILE CHECKSUM: b024c66547f30afaee4b2f86d064c8edcba8cbef

SmileID.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'SmileID'
3-
s.version = '10.0.0'
3+
s.version = '10.0.1'
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' }
77
s.author = { 'Japhet' => 'japhet@smileidentity.com', 'Juma Allan' => 'juma@smileidentity.com', 'Vansh Gandhi' => 'vansh@smileidentity.com'}
8-
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.0" }
8+
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.1" }
99
s.ios.deployment_target = '13.0'
1010
s.dependency 'Zip', '~> 2.1.0'
1111
s.swift_version = '5.5'

Sources/SmileID/Classes/SmileID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import SwiftUI
33
import UIKit
44

55
public class SmileID {
6-
public static let version = "10.0.0"
6+
public static let version = "10.0.1"
77
@Injected var injectedApi: SmileIDServiceable
88
public static var configuration: Config { config }
99

0 commit comments

Comments
 (0)