summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-06-26 14:59:19 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-06-26 14:59:19 -0400
commita66f3e41981d0887c9b14b304ef0e4791be6d585 (patch)
treeff885b69289f37512275d8c4841b7a49949ed91f
parent906419c8db16b2df65638a29286ef6f6e273a348 (diff)
downloadsdl_ios-a66f3e41981d0887c9b14b304ef0e4791be6d585.tar.gz
Fix secondary podfile not having correct pod version
-rw-r--r--SmartDeviceLink-iOS.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec
index 1d8983359..e204d0495 100644
--- a/SmartDeviceLink-iOS.podspec
+++ b/SmartDeviceLink-iOS.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SmartDeviceLink-iOS"
-s.version = "4.6.0-rc.1"
+s.version = "4.6.0-rc.2"
s.summary = "Connect your app with cars!"
s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS"
s.license = { :type => "New BSD", :file => "LICENSE" }