浏览代码

Bumped version to 5.0.0-beta4

DreamPiggy 7 年之前
父节点
当前提交
2864fe3619
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      SDWebImage.podspec
  2. 2 2
      WebImage/Info.plist

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.0.0-beta3'
+  s.version = '5.0.0-beta4'
 
   s.osx.deployment_target = '10.10'
   s.ios.deployment_target = '8.0'

+ 2 - 2
WebImage/Info.plist

@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>5.0.0-beta3</string>
+	<string>5.0.0-beta4</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.0.0-beta3</string>
+	<string>5.0.0-beta4</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>