Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicalfa2 committed Nov 5, 2021
1 parent 79d4682 commit bbb55d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
4 changes: 2 additions & 2 deletions Torus-utils.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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'
Expand Down

0 comments on commit bbb55d2

Please sign in to comment.