diff --git a/Dependencies/zstd b/Dependencies/zstd index 1f25b17..10f0e69 160000 --- a/Dependencies/zstd +++ b/Dependencies/zstd @@ -1 +1 @@ -Subproject commit 1f25b17c7da7640cb3ce06f99e28b87811fddd26 +Subproject commit 10f0e6993f9d2f682da6d04aa2385b7d53cbb4ee diff --git a/ZstdKit.podspec b/ZstdKit.podspec index b97a3a3..a514f61 100644 --- a/ZstdKit.podspec +++ b/ZstdKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZstdKit' - s.version = '1.0.1' + s.version = '1.0.2' s.license = { :type => 'BSD', :file => 'LICENSE' } s.summary = 'A Swift and Objective-C category for Zstd (Zstandard) compression.' s.homepage = 'https://github.com/luckymarmot/ZstdKit'