From ced910a5b7245b2275822f104f2ef8412a759737 Mon Sep 17 00:00:00 2001 From: Jeremy Pang Date: Tue, 29 Sep 2015 14:33:05 -0700 Subject: [PATCH] Update version to 1.0.10 --- BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h | 2 +- box-ios-sdk-interfaces.podspec | 2 +- box-ios-sdk-tests.podspec | 2 +- box-ios-sdk.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h b/BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h index 6ce61916f..d10dfddd0 100755 --- a/BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h +++ b/BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h @@ -9,7 +9,7 @@ #import #define BOX_CONTENT_SDK_IDENTIFIER @"box-content-sdk" -#define BOX_CONTENT_SDK_VERSION @"1.0.9" +#define BOX_CONTENT_SDK_VERSION @"1.0.10" // API URLs extern NSString *const BOXAPIBaseURL; diff --git a/box-ios-sdk-interfaces.podspec b/box-ios-sdk-interfaces.podspec index c1a6098a3..c7f09b98b 100644 --- a/box-ios-sdk-interfaces.podspec +++ b/box-ios-sdk-interfaces.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| # Root specification s.name = "box-ios-sdk-interfaces" -s.version = "1.0.9" +s.version = "1.0.10" s.summary = "iOS SDK for the Box API." s.homepage = "https://github.com/box/box-ios-sdk" s.license = { :type => "Apache 2.0", :file => "LICENSE" } diff --git a/box-ios-sdk-tests.podspec b/box-ios-sdk-tests.podspec index 00c817c75..3630a6b2d 100644 --- a/box-ios-sdk-tests.podspec +++ b/box-ios-sdk-tests.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "box-ios-sdk-tests" - s.version = "1.0.9" + s.version = "1.0.10" s.summary = "A common testing interface extracted from Content SDK." s.license = { :type => "Apache 2.0", :file => "LICENSE" } s.author = "Box" diff --git a/box-ios-sdk.podspec b/box-ios-sdk.podspec index f27acf586..c2ff385c3 100644 --- a/box-ios-sdk.podspec +++ b/box-ios-sdk.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Root specification s.name = "box-ios-sdk" -s.version = "1.0.9" +s.version = "1.0.10" s.summary = "iOS SDK for the Box API" s.homepage = "https://github.com/box/box-ios-sdk" s.license = { :type => "Apache 2.0", :file => "LICENSE" }