0.16.6-beta

Update podspec
This commit is contained in:
Francisco Gindre 2022-08-02 09:11:46 -03:00
parent fba4cecbe6
commit a37c140441
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZcashLightClientKit'
s.version = '0.16.5-beta'
s.version = '0.16.6-beta'
s.summary = 'Zcash Light Client wallet SDK for iOS'
s.description = <<-DESC

View File

@ -1,3 +1,5 @@
# 0.16.6-beta
- There's a problem with 0.16.5-beta hash. Re-relasing
# 0.16.5-beta
- [#449] Use CompactBlock Streamer download instead of batch downloads (#451)
This increases the speed of downloads significantly while reducing the memory footprint.