From 5ac7eab5c35f90772e060b79e5f889e042a50a99 Mon Sep 17 00:00:00 2001 From: Stephen Cobbe Date: Thu, 13 Apr 2017 10:47:32 -0700 Subject: [PATCH] 3.0.12 release. --- ObjectiveDropboxOfficial.podspec | 2 +- README.md | 2 +- .../Platform/ObjectiveDropboxOfficial_iOS/Info.plist | 2 +- .../Platform/ObjectiveDropboxOfficial_macOS/Info.plist | 2 +- .../Shared/Handwritten/Resources/DBSDKConstants.m | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec index add4b032b..0c81c3a83 100644 --- a/ObjectiveDropboxOfficial.podspec +++ b/ObjectiveDropboxOfficial.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveDropboxOfficial' - s.version = '3.0.11' + s.version = '3.0.12' 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 808e4bcef..72baca9df 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.0.11 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.0.12 ``` Then, run the following command to checkout and build the Dropbox Objective-C SDK repository: diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist index e8134e2ec..0234757f0 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.11 + 3.0.12 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist index 3fb6339dd..54c44f466 100644 --- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist +++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.11 + 3.0.12 CFBundleSignature ???? CFBundleVersion diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index d5cc6ad65..168ad4100 100644 --- a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m +++ b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m @@ -8,7 +8,7 @@ #import "DBSDKConstants.h" -NSString *const kV2SDKVersion = @"3.0.11"; +NSString *const kV2SDKVersion = @"3.0.12"; NSString *const kV2SDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";