From 075000b9a414212ab47c8ddba4c480ef93912ffc Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Mon, 8 Aug 2016 16:24:23 -0400 Subject: Update version for 4.3.0 alpha 1 --- CHANGELOG.md | 2 +- SmartDeviceLink-iOS.podspec | 2 +- SmartDeviceLink/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69841dac8..0d79cf6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 4.3.0 Release Notes +# 4.3.0 Alpha 1 Release Notes ### Breaking Changes * Deprecate SDLProxy in favor of SDLManager. A future major release will remove and alter many public APIs, but they will not be deprecated in this release because they will not be replaced in this release. diff --git a/SmartDeviceLink-iOS.podspec b/SmartDeviceLink-iOS.podspec index ade396ac4..9c0871611 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.3.0" +s.version = "4.3.0-alpha.1" s.summary = "Connect your app with cars!" s.homepage = "https://github.com/smartdevicelink/SmartDeviceLink-iOS" s.license = { :type => "New BSD", :file => "LICENSE" } diff --git a/SmartDeviceLink/Info.plist b/SmartDeviceLink/Info.plist index b94d08631..4686a00db 100644 --- a/SmartDeviceLink/Info.plist +++ b/SmartDeviceLink/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3.0 + 4.3.0-alpha.1 CFBundleSignature ???? CFBundleVersion -- cgit v1.2.1