Skip to content

Commit

Permalink
Merge pull request #153 from box/newversion
Browse files Browse the repository at this point in the history
Updating the version number in the podspecs
  • Loading branch information
sowmiya committed Dec 21, 2015
2 parents 1b77cc1 + 5fbb74d commit 29832af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion box-ios-sdk-interfaces.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion box-ios-sdk-tests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion box-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 29832af

Please sign in to comment.