From ecc278e05c45a8111e80d6530c63a5775a135622 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 30 Jul 2021 13:51:27 -0300 Subject: [PATCH] 0.12.0-beta.1 --- Example/ZcashLightClientSample/Podfile.lock | 8 ++++---- ZcashLightClientKit.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Example/ZcashLightClientSample/Podfile.lock b/Example/ZcashLightClientSample/Podfile.lock index a8665a9c..57c8cb0f 100644 --- a/Example/ZcashLightClientSample/Podfile.lock +++ b/Example/ZcashLightClientSample/Podfile.lock @@ -68,13 +68,13 @@ PODS: - SwiftNIOFoundationCompat (< 3, >= 2.19.0) - SwiftNIOTLS (< 3, >= 2.19.0) - SwiftProtobuf (1.16.0) - - ZcashLightClientKit (0.12.0-alpha.12): + - ZcashLightClientKit (0.12.0-beta.1): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/DerivationToolTests (0.12.0-alpha.12): + - ZcashLightClientKit/DerivationToolTests (0.12.0-beta.1): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/Tests (0.12.0-alpha.12): + - ZcashLightClientKit/Tests (0.12.0-beta.1): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) @@ -153,7 +153,7 @@ SPEC CHECKSUMS: SwiftNIOTLS: 4f8df225f03393f08e0b47b4d876ae38167f8a27 SwiftNIOTransportServices: 896c9a4ac98698d32aa2feea7657ade219ae80bb SwiftProtobuf: 4e16842b83c6fda06b10fac50d73b3f1fce8ab7b - ZcashLightClientKit: 386288e87e90446638c2314a7b4f3f1ffeee40b5 + ZcashLightClientKit: 68892ce9fbaa36fd611ddf6299e2673ea7fd43bc PODFILE CHECKSUM: 0e90dc69ac4c19fd97c0ce4835ece810d79ade23 diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index eba7d4f9..28c8111b 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.12.0-alpha.12' + s.version = '0.12.0-beta.1' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC