summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-15 14:18:31 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-03-15 14:18:31 -0400
commit44930a30f635ea4ef17ab91065a1b2ae277bbb15 (patch)
tree02bd5f1caeefdb1918ed9b366ca3b9456d0c0b7d /SmartDeviceLink/SDLProxy.m
parentfef467e7fa29806e978a41163ca100606c8eb85b (diff)
parent719df88ba27b98b48e8bf71d0bc1f0cf3c245d09 (diff)
downloadsdl_ios-44930a30f635ea4ef17ab91065a1b2ae277bbb15.tar.gz
Merge branch 'develop' into feature/issue_862_show_manager
# Conflicts: # SmartDeviceLink/SDLError.h # SmartDeviceLink/SDLError.m
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 58bf8f5f9..a27dd1497 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;