diff --git a/Package.resolved b/Package.resolved index d91dce2a..2cf99695 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/torusresearch/fetch-node-details-swift", "state": { "branch": null, - "revision": "9ca24bd5ade37d8075c1261e370c932235dfd984", - "version": "1.1.0" + "revision": "b67f943c07337ad2c2bbf4182e89def90a7bac42", + "version": "1.2.0" } }, { diff --git a/Package.swift b/Package.swift index 8e90c7cc..fdcf395d 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["TorusUtils"]), ], dependencies: [ - .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "1.1.0"), + .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "1.2.0"), .package(name:"PMKFoundation", url: "https://github.com/PromiseKit/Foundation.git", from: "3.4.0"), .package(name:"PromiseKit", url: "https://github.com/mxcl/PromiseKit.git", from: "6.0.0"), .package(name:"CryptorECC", url: "https://github.com/IBM-Swift/BlueECC.git", from: "1.2.4"), diff --git a/Torus-utils.podspec b/Torus-utils.podspec index 30cb4b10..93dc74c0 100644 --- a/Torus-utils.podspec +++ b/Torus-utils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Torus-utils" - spec.version = "1.1.2" + spec.version = "1.1.4" spec.platform = :ios, "11.0" spec.summary = "Retrieve user shares" spec.homepage = "https://github.com/torusresearch/torus-utils-swift" @@ -10,7 +10,7 @@ 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', '~> 1.1.0' + spec.dependency 'Torus-fetchNodeDetails', '~> 1.2.0' spec.dependency 'CryptoSwift', '~> 1.4.1' spec.dependency 'secp256k1.swift', '~> 0.1.4' spec.dependency 'PromiseKit/Foundation', '~> 6.0'