Przeglądaj źródła

Bumped version to 5.2.0

DreamPiggy 6 lat temu
rodzic
commit
9c1682e37b
2 zmienionych plików z 3 dodań i 3 usunięć
  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.1.1'
+  s.version = '5.2.0'
 
   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.1.1</string>
+	<string>5.2.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.1.1</string>
+	<string>5.2.0</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>