From 5fbb74dbc27682b152f4f0552c1311909dbbac89 Mon Sep 17 00:00:00 2001 From: Sowmiya Chocka Narayanan Date: Mon, 21 Dec 2015 11:19:43 -0800 Subject: [PATCH] Updating the version number in the podspecs --- box-ios-sdk-interfaces.podspec | 2 +- box-ios-sdk-tests.podspec | 2 +- box-ios-sdk.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/box-ios-sdk-interfaces.podspec b/box-ios-sdk-interfaces.podspec index c7f09b98b..aabc3ad06 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.10" +s.version = "1.0.11" 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 3630a6b2d..d339bf4a5 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.10" + s.version = "1.0.11" 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 c2ff385c3..1baa98c80 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.10" +s.version = "1.0.11" 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" }