diff --git a/Package.swift b/Package.swift index f4df65a..60af4df 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "10.0.0"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), - .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.1"), + .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.2"), .package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.2.0") ], targets: [ diff --git a/SingleFactorAuth.podspec b/SingleFactorAuth.podspec index 6837221..3aa8289 100644 --- a/SingleFactorAuth.podspec +++ b/SingleFactorAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SingleFactorAuth" - spec.version = "9.0.3" + spec.version = "9.0.4" spec.ios.deployment_target = "14.0" spec.summary = "Enable one key flow for Web3Auth" spec.homepage = "https://github.com/Web3Auth/single-factor-auth-swift" @@ -11,6 +11,6 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/web3Auth/single-factor-auth-swift", :tag => spec.version } spec.source_files = "Sources/SingleFactorAuth/*.{swift,json}","Sources/SingleFactorAuth/**/*.{swift,json}" spec.dependency 'Torus-utils', '~> 10.0.0' - spec.dependency 'TorusSessionManager', '~> 6.0.1' + spec.dependency 'TorusSessionManager', '~> 6.0.2' spec.dependency 'JWTDecode', '~> 3.2' end