diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec index 8b3fb4187..cbd059679 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '2.0.4' + s.version = '2.0.5' s.summary = 'Dropbox Objective C SDK for APIv2' s.homepage = 'https://dropbox.com/developers/' s.license = 'MIT' diff --git a/README.md b/README.md index 3f9d2154d..ca23555df 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 2.0.4 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 2.0.5 ``` Then, run the following command to checkout and build the Dropbox Objective-C SDK repository: diff --git a/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/Info.plist b/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/Info.plist index ac6cc3d51..4141c90ad 100644 --- a/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.4 + 2.0.5 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/Info.plist index 9135637d3..3b45e69b2 100644 --- a/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.4 + 2.0.5 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientBase.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientBase.m index 56fa546ad..c05635b90 100644 --- a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientBase.m +++ b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientBase.m @@ -15,7 +15,7 @@ #import "DBStoneBase.h" #import "DBTransportClientBase.h" -static NSString const * _Nonnull const kVersion = @"2.0.4"; +static NSString const * _Nonnull const kVersion = @"2.0.5"; static NSString const *const kDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSDictionary *baseHosts = nil;