diff --git a/PINCache.podspec b/PINCache.podspec index 90d27994..9aad7338 100644 --- a/PINCache.podspec +++ b/PINCache.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PINCache' - s.version = '2.1' + s.version = '2.1.1' s.source_files = 'PINCache/*.{h,m}' s.homepage = 'https://github.com/pinterest/PINCache' s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.'