From 91462dc95fae829b9b1e4cdbfa0438b168a87a3e Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 12 Feb 2020 10:18:57 -0300 Subject: [PATCH] release 0.1.3 --- Example/ZcashLightClientSample/Podfile.lock | 6 +++--- ZcashLightClientKit.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/ZcashLightClientSample/Podfile.lock b/Example/ZcashLightClientSample/Podfile.lock index deb2f9bd..0028714e 100644 --- a/Example/ZcashLightClientSample/Podfile.lock +++ b/Example/ZcashLightClientSample/Podfile.lock @@ -30,10 +30,10 @@ PODS: - gRPC-Core (~> 1.23.0) - SwiftProtobuf (~> 1.7.0) - SwiftProtobuf (1.7.0) - - ZcashLightClientKit (0.1.2): + - ZcashLightClientKit (0.1.3): - SQLite.swift (~> 0.12.2) - SwiftGRPC (~> 0.10.0) - - ZcashLightClientKit/Tests (0.1.2): + - ZcashLightClientKit/Tests (0.1.3): - SQLite.swift (~> 0.12.2) - SwiftGRPC (~> 0.10.0) @@ -72,7 +72,7 @@ SPEC CHECKSUMS: SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3 SwiftGRPC: f8fcfecb547c96cc6913de619f95fa3cd09838ee SwiftProtobuf: 4fd9645e69b72cbae6ec8da5be0cdd20ca6565dd - ZcashLightClientKit: ed0f2b0a98ef35477084c7fcb1875ae4239b3685 + ZcashLightClientKit: 40f36d6fec9102ec2c5ab75a8f0a412b499e0775 PODFILE CHECKSUM: 5a1fb98512fa179a4e83d67d14dd402f6d129a4d diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 8d2964ee..241cbb81 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC