From 2044a23257344c33b7ebc6e04a188f0554411d9c Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:52:42 +0200 Subject: [PATCH] update dependencies --- Package.swift | 2 +- SingleFactorAuth.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index daa26ca..f4df65a 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.0"), + .package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.1"), .package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.2.0") ], targets: [ diff --git a/SingleFactorAuth.podspec b/SingleFactorAuth.podspec index 50b1e17..b8c85c7 100644 --- a/SingleFactorAuth.podspec +++ b/SingleFactorAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "SingleFactorAuth" - spec.version = "9.0.0" + spec.version = "9.0.1" 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.0' + spec.dependency 'TorusSessionManager', '~> 6.0.1' spec.dependency 'JWTDecode', '~> 3.2' end