summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-09 15:17:31 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-03-09 15:17:31 -0500
commit0d4686c4e28201e56f4ec2830d15ad243a43dd3e (patch)
treea2ce8e09feb2d9a4c441d8baef891fd445864f20 /SmartDeviceLink/SDLProxy.m
parenta33cac6ad11dadd37662128eaddc5ced88e18a15 (diff)
parentd5f94f688ae1d40cfe9d1daf4187748083816e24 (diff)
downloadsdl_ios-0d4686c4e28201e56f4ec2830d15ad243a43dd3e.tar.gz
Merge branch 'master' into develop
Diffstat (limited to 'SmartDeviceLink/SDLProxy.m')
-rw-r--r--SmartDeviceLink/SDLProxy.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProxy.m b/SmartDeviceLink/SDLProxy.m
index 7311b7043..7be8ee121 100644
--- a/SmartDeviceLink/SDLProxy.m
+++ b/SmartDeviceLink/SDLProxy.m
@@ -41,7 +41,7 @@ typedef NSString SDLVehicleMake;
typedef void (^URLSessionTaskCompletionHandler)(NSData *data, NSURLResponse *response, NSError *error);
typedef void (^URLSessionDownloadTaskCompletionHandler)(NSURL *location, NSURLResponse *response, NSError *error);
-NSString *const SDLProxyVersion = @"5.1.0";
+NSString *const SDLProxyVersion = @"5.1.1";
const float StartSessionTime = 10.0;
const float NotifyProxyClosedDelay = (float)0.1;
const int PoliciesCorrelationId = 65535;