diff --git a/Dependencies/zstd b/Dependencies/zstd index 1f25b17..0f255ff 160000 --- a/Dependencies/zstd +++ b/Dependencies/zstd @@ -1 +1 @@ -Subproject commit 1f25b17c7da7640cb3ce06f99e28b87811fddd26 +Subproject commit 0f255ff4faaa6ba414272bf7f239ddb4891cdda2 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'