浏览代码

Bumped version to 4.3.0

updated CHANGELOG
DreamPiggy 8 年之前
父节点
当前提交
406220bb52
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 1 - 1
CHANGELOG.md

@@ -29,7 +29,7 @@ See [all tickets marked for the 4.3.0 release](https://github.com/rs/SDWebImage/
 	- Fix that 0 pixels error should be used when width OR height is zero but not AND #2160
 	- Use the synchronized to access NSURLCache and try fix the potential thread-safe problem #2174
 - Prefetcher
-	- Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call #2196
+	- Fix the issue that prefetcher will cause stack overflow when the input urls list is huge because of recursion function call #2196
 
 #### Performance
 - View Category

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '4.2.3'
+  s.version = '4.3.0'
 
   s.osx.deployment_target = '10.8'
   s.ios.deployment_target = '7.0'

+ 2 - 2
WebImage/Info.plist

@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.2.3</string>
+	<string>4.3.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.2.3</string>
+	<string>4.3.0</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>