浏览代码

bumping the version to 0.9.6

ibireme 9 年之前
父节点
当前提交
ec50d778be
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Framework/Info.plist
  2. 1 1
      YYWebImage.podspec

+ 1 - 1
Framework/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>0.9.5</string>
+	<string>0.9.6</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>

+ 1 - 1
YYWebImage.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name         = 'YYWebImage'
   s.name         = 'YYWebImage'
   s.summary      = 'Asynchronous image loading framework.'
   s.summary      = 'Asynchronous image loading framework.'
-  s.version      = '0.9.5'
+  s.version      = '0.9.6'
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.social_media_url = 'http://blog.ibireme.com'
   s.social_media_url = 'http://blog.ibireme.com'