diff --git a/Package.resolved b/Package.resolved index bfb176db..d2523ef8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/torusresearch/fetch-node-details-swift", "state" : { - "revision" : "52fb5efaa94e0fe3775913ab00964bcb51601c2a", - "version" : "8.0.0" + "revision" : "5b42dd1675f8a51ffe64feb688db7b1d764d5fc0", + "version" : "8.0.1" } }, { diff --git a/Package.swift b/Package.swift index 0d3281cc..76f9ba4b 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/tkey/curvelib.swift", from: "2.0.0"), - .package(url: "https://github.com/torusresearch/fetch-node-details-swift", from: "8.0.0"), + .package(url: "https://github.com/torusresearch/fetch-node-details-swift", from: "8.0.1"), // NB: jwt-kit may only be a dependency in tests or it will break cocoapod support .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), ], diff --git a/Torus-utils.podspec b/Torus-utils.podspec index d55823b1..6353b1df 100644 --- a/Torus-utils.podspec +++ b/Torus-utils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Torus-utils" - spec.version = "10.0.0" + spec.version = "10.0.1" spec.ios.deployment_target = "13.0" spec.summary = "Retrieve user shares" spec.homepage = "https://github.com/torusresearch/torus-utils-swift" @@ -10,6 +10,6 @@ Pod::Spec.new do |spec| spec.module_name = "TorusUtils" spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version } spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}" - spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.0' + spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.1' spec.dependency 'curvelib.swift', '~> 2.0.0' end diff --git a/cocoapods/Podfile.lock b/cocoapods/Podfile.lock index 55b97770..17b6773a 100644 --- a/cocoapods/Podfile.lock +++ b/cocoapods/Podfile.lock @@ -1,11 +1,11 @@ PODS: - BigInt (5.2.0) - curvelib.swift (2.0.0) - - Torus-fetchNodeDetails (8.0.0): + - Torus-fetchNodeDetails (8.0.1): - BigInt (~> 5.2.0) - Torus-utils (10.0.0): - curvelib.swift (~> 2.0.0) - - Torus-fetchNodeDetails (~> 8.0.0) + - Torus-fetchNodeDetails (~> 8.0.1) DEPENDENCIES: - Torus-utils (from `../`)