From 6e4f8e18d00a1fe6028c629a9c187dce19a4f2e1 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Mon, 14 Jun 2021 20:41:49 -0300 Subject: [PATCH] 0.12.0-alpha.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 4117ab64..02ad62cc 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.11.1): + - ZcashLightClientKit (0.12.0-alpha.1): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/DerivationToolTests (0.11.1): + - ZcashLightClientKit/DerivationToolTests (0.12.0-alpha.1): - gRPC-Swift (= 1.0.0) - SQLite.swift (~> 0.12.2) - - ZcashLightClientKit/Tests (0.11.1): + - ZcashLightClientKit/Tests (0.12.0-alpha.1): - gRPC-Swift (= 1.0.0) - MnemonicSwift (~> 2.0.0) - SQLite.swift (~> 0.12.2) @@ -154,7 +154,7 @@ SPEC CHECKSUMS: SwiftNIOTLS: 4f8df225f03393f08e0b47b4d876ae38167f8a27 SwiftNIOTransportServices: 896c9a4ac98698d32aa2feea7657ade219ae80bb SwiftProtobuf: 4e16842b83c6fda06b10fac50d73b3f1fce8ab7b - ZcashLightClientKit: b3ab82e5c83f09ed6286854278b4043e7bd7d327 + ZcashLightClientKit: 9285b8bc5cc528304909ef781b1a87a90c2c3518 PODFILE CHECKSUM: f80c264274518f30ca62d2d474439fe257444aec diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 1ecb41ce..22ff230b 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.11.1' + s.version = '0.12.0-alpha.1' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC