Explorar el Código

Update podspec version to 2.0-beta3

Ashley Mills hace 10 años
padre
commit
e41475caeb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Reachability Test/Reachability Test/Info.plist
  2. 1 1
      ReachabilitySwift.podspec

+ 1 - 1
Reachability Test/Reachability Test/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
+	<string>2.0-beta3</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>

+ 1 - 1
ReachabilitySwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = 'ReachabilitySwift'
-  s.version      = '2.0-beta2'
+  s.version      = '2.0-beta3'
   s.homepage     = 'https://github.com/ashleymills/Reachability.swift'
   s.authors      = {
     'Ashley Mills' => 'ashleymills@mac.com'