diff --git a/ObjectiveDropboxOfficial.podspec b/ObjectiveDropboxOfficial.podspec
index e8b1d2ecf..004fb82ff 100644
--- a/ObjectiveDropboxOfficial.podspec
+++ b/ObjectiveDropboxOfficial.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveDropboxOfficial'
- s.version = '7.3.1'
+ s.version = '7.4.1'
s.summary = 'Dropbox Objective C SDK for APIv2'
s.homepage = 'https://www.dropbox.com/developers'
s.license = 'MIT'
diff --git a/README.md b/README.md
index 8e31d71cc..7fea106d3 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ brew install carthage
```
# ObjectiveDropboxOfficial
-github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.3.1
+github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 7.4.1
```
To integrate the Dropbox Objective-C SDK into your project, take the following steps:
diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist
index db98a9687..082ce9665 100644
--- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist
+++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_iOS/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 7.3.1
+ 7.4.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist
index 2ee378851..01faeeaa7 100644
--- a/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist
+++ b/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 7.3.1
+ 7.4.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m
index 3652550ef..c5885a502 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 kDBSDKVersion = @"7.3.1";
+NSString *const kDBSDKVersion = @"7.4.1";
NSString *const kDBSDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2";
NSString *const kDBSDKForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground";
NSString *const kDBSDKBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background";