diff --git a/Example/ZcashLightClientSample/Podfile.lock b/Example/ZcashLightClientSample/Podfile.lock index f87bfea9..f15053b2 100644 --- a/Example/ZcashLightClientSample/Podfile.lock +++ b/Example/ZcashLightClientSample/Podfile.lock @@ -66,10 +66,10 @@ PODS: - SwiftNIOFoundationCompat (< 3, >= 2.22.0) - SwiftNIOTLS (< 3, >= 2.22.0) - SwiftProtobuf (1.12.0) - - ZcashLightClientKit (0.7.1): + - ZcashLightClientKit (0.7.2): - gRPC-Swift (= 1.0.0-alpha.19) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/Tests (0.7.1): + - ZcashLightClientKit/Tests (0.7.2): - gRPC-Swift (= 1.0.0-alpha.19) - SQLite.swift (~> 0.12.2) @@ -145,7 +145,7 @@ SPEC CHECKSUMS: SwiftNIOTLS: 46bb3a0ff37d6b52ae6baf5207ec3cd411da327c SwiftNIOTransportServices: 801923921fbecdcde1e1c1ff38e812167d01ead1 SwiftProtobuf: 4ef85479c18ca85b5482b343df9c319c62bda699 - ZcashLightClientKit: ac7b123159008f51255c8b85861ff580f6a55faa + ZcashLightClientKit: bfdadb8e91b62edd0b15d972db4147dbceb16b42 PODFILE CHECKSUM: 7d5095283dc02470f40ab06564d94076ba16d570 diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index aa95662f..d30af07c 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.7.1' + s.version = '0.7.2' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC