Skip to content

Commit 5bda01b

Browse files
author
Julian Locke
committed
9.2.0 release.
1 parent 0300a0f commit 5bda01b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To install the Dropbox Swift SDK via Carthage, you need to create a `Cartfile` i
134134

135135
```
136136
# SwiftyDropbox
137-
github "https://github.com/dropbox/SwiftyDropbox" ~> 9.1.0
137+
github "https://github.com/dropbox/SwiftyDropbox" ~> 9.2.0
138138
```
139139

140140
Then, run the following command to install the dependency to checkout and build the Dropbox Swift SDK repository:

Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>9.1.0</string>
18+
<string>9.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Source/SwiftyDropbox/Platform/SwiftyDropbox_macOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>9.1.0</string>
18+
<string>9.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
import Foundation
66

77
struct Constants {
8-
static let versionSDK = "9.1.0"
8+
static let versionSDK = "9.2.0"
99
static let kCSRFKey = "kCSRFKeySwiftSDK"
1010
}

SwiftyDropbox.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyDropbox'
3-
s.version = '9.1.0'
3+
s.version = '9.2.0'
44
s.summary = 'Dropbox Swift SDK for API v2'
55
s.homepage = 'https://dropbox.com/developers/'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)