diff --git a/YMCache.podspec b/YMCache.podspec index 9e782d8..0d2dd04 100644 --- a/YMCache.podspec +++ b/YMCache.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "YMCache" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Fast & simple small object cache. GCD-based and thread-safe." s.homepage = "https://github.com/yahoo/YMCache" s.license = 'MIT'