Skip to content

Commit 4514ea7

Browse files
Merge pull request #26 from Web3Auth/fix_session_expired
Contains fix for expired session in underlying dependency
2 parents 95e1ea4 + 2044a23 commit 4514ea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
.package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "10.0.0"),
1919
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
20-
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.0"),
20+
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.1"),
2121
.package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.2.0")
2222
],
2323
targets: [

SingleFactorAuth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "SingleFactorAuth"
3-
spec.version = "9.0.0"
3+
spec.version = "9.0.1"
44
spec.ios.deployment_target = "14.0"
55
spec.summary = "Enable one key flow for Web3Auth"
66
spec.homepage = "https://github.com/Web3Auth/single-factor-auth-swift"
@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
1111
spec.source = { :git => "https://github.com/web3Auth/single-factor-auth-swift", :tag => spec.version }
1212
spec.source_files = "Sources/SingleFactorAuth/*.{swift,json}","Sources/SingleFactorAuth/**/*.{swift,json}"
1313
spec.dependency 'Torus-utils', '~> 10.0.0'
14-
spec.dependency 'TorusSessionManager', '~> 6.0.0'
14+
spec.dependency 'TorusSessionManager', '~> 6.0.1'
1515
spec.dependency 'JWTDecode', '~> 3.2'
1616
end

0 commit comments

Comments
 (0)