From c97ef715462aa8f94ecaa55564aa4514cc39ae89 Mon Sep 17 00:00:00 2001 From: ibireme Date: Mon, 28 Mar 2016 12:11:14 +0800 Subject: [PATCH] bumping the version to 1.0.3 --- Framework/Info.plist | 2 +- YYWebImage.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/YYWebImage.podspec b/YYWebImage.podspec index 5e78ca6..e45217f 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.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'