diff --git a/Framework/Info.plist b/Framework/Info.plist index 9645e5d..e2ecf82 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleSignature ???? CFBundleVersion diff --git a/YYImage.podspec b/YYImage.podspec index 089020e..214ab38 100644 --- a/YYImage.podspec +++ b/YYImage.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'YYImage' s.summary = 'Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.' - s.version = '1.0.2' + s.version = '1.0.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { 'ibireme' => 'ibireme@gmail.com' } s.social_media_url = 'http://blog.ibireme.com'