Skip to content

Commit c1c44fc

Browse files
Merge pull request #543 from skywinder/master
2 parents d96ab6d + 655ac31 commit c1c44fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
2525
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.16.2"),
2626
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
27-
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.2")
27+
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("1.4.3"))
2828
],
2929
targets: [
3030
.target(name: "secp256k1"),

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
3-
spec.version = '2.6.1'
3+
spec.version = '2.6.2'
44
spec.ios.deployment_target = "9.0"
55
spec.osx.deployment_target = "10.12"
66
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)