Skip to content

Commit 30df2ea

Browse files
committed
bump deps
1 parent cc7fb86 commit 30df2ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/torusresearch/fetch-node-details-swift",
2525
"state" : {
26-
"revision" : "52fb5efaa94e0fe3775913ab00964bcb51601c2a",
27-
"version" : "8.0.0"
26+
"revision" : "5b42dd1675f8a51ffe64feb688db7b1d764d5fc0",
27+
"version" : "8.0.1"
2828
}
2929
},
3030
{

Torus-utils.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Torus-utils"
3-
spec.version = "10.0.0"
3+
spec.version = "10.0.1"
44
spec.ios.deployment_target = "13.0"
55
spec.summary = "Retrieve user shares"
66
spec.homepage = "https://github.com/torusresearch/torus-utils-swift"
@@ -10,6 +10,6 @@ Pod::Spec.new do |spec|
1010
spec.module_name = "TorusUtils"
1111
spec.source = { :git => "https://github.com/torusresearch/torus-utils-swift.git", :tag => spec.version }
1212
spec.source_files = "Sources/TorusUtils/*.{swift,json}","Sources/TorusUtils/**/*.{swift,json}"
13-
spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.0'
13+
spec.dependency 'Torus-fetchNodeDetails', '~> 8.0.1'
1414
spec.dependency 'curvelib.swift', '~> 2.0.0'
1515
end

cocoapods/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
22
- BigInt (5.2.0)
33
- curvelib.swift (2.0.0)
4-
- Torus-fetchNodeDetails (8.0.0):
4+
- Torus-fetchNodeDetails (8.0.1):
55
- BigInt (~> 5.2.0)
66
- Torus-utils (10.0.0):
77
- curvelib.swift (~> 2.0.0)
8-
- Torus-fetchNodeDetails (~> 8.0.0)
8+
- Torus-fetchNodeDetails (~> 8.0.1)
99

1010
DEPENDENCIES:
1111
- Torus-utils (from `../`)

0 commit comments

Comments
 (0)