diff --git a/Framework/Info.plist b/Framework/Info.plist index d3de8ee..7a84553 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/YYWebImage.podspec b/YYWebImage.podspec index 8bf973d..a9474bd 100644 --- a/YYWebImage.podspec +++ b/YYWebImage.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'YYWebImage' s.summary = 'Asynchronous image loading framework.' - s.version = '1.0' + s.version = '1.0.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'