Skip to content

Commit

Permalink
Merge pull request #64 from sowmiya/versionUpdate
Browse files Browse the repository at this point in the history
Updating the version to 1.0.9
  • Loading branch information
sowmiya committed Aug 17, 2015
2 parents c20376c + dfaab94 commit 970d536
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BoxContentSDK/BoxContentSDK/BOXContentSDKConstants.h
Expand Up @@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>

#define BOX_CONTENT_SDK_IDENTIFIER @"box-content-sdk"
#define BOX_CONTENT_SDK_VERSION @"1.0.8"
#define BOX_CONTENT_SDK_VERSION @"1.0.9"

// API URLs
extern NSString *const BOXAPIBaseURL;
Expand Down
2 changes: 1 addition & 1 deletion box-ios-sdk-interfaces.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
# Root specification

s.name = "box-ios-sdk-interfaces"
s.version = "1.0.8"
s.version = "1.0.9"
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" }
Expand Down
2 changes: 1 addition & 1 deletion box-ios-sdk-tests.podspec
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "box-ios-sdk-tests"
s.version = "1.0.8"
s.version = "1.0.9"
s.summary = "A common testing interface extracted from Content SDK."
s.license = { :type => "Apache 2.0", :file => "LICENSE" }
s.author = "Box"
Expand Down
2 changes: 1 addition & 1 deletion box-ios-sdk.podspec
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Root specification

s.name = "box-ios-sdk"
s.version = "1.0.8"
s.version = "1.0.9"
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" }
Expand Down

0 comments on commit 970d536

Please sign in to comment.