diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2017-01-19 13:18:34 -0800 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2017-01-19 13:18:34 -0800 |
| commit | 40cdd396d228619f2050d15434db6de7a9c309d7 (patch) | |
| tree | 930a1cf34fbb721e47bf201d62c26610dad1584b /SmartDeviceLink-iOS.podspec | |
| parent | 69638e102c3f769a18145c0029a34f9b5f32f10b (diff) | |
| parent | faf1427f72172235a82b7a8d389267653db7f553 (diff) | |
| download | sdl_ios-40cdd396d228619f2050d15434db6de7a9c309d7.tar.gz | |
Merge remote-tracking branch 'origin/master' into develop
* origin/master:
Update for v4.5.1
Added a ParameterAssert instead of throwing an exception, along with returning a handler with an error.
Updated to throw an exception instead of returning an error for nil requests being sent.
Adding a spec to test sending nil request.
Added check for nil request in sending.
Diffstat (limited to 'SmartDeviceLink-iOS.podspec')
| -rw-r--r-- | SmartDeviceLink-iOS.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index ba327fbb5..7369776b1 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.5.0" +s.version = "4.5.1" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } |
