Skip to content

Commit 7af87d9

Browse files
committed
8.2.1 release.
1 parent 1d1e57e commit 7af87d9

File tree

8 files changed

+223
-227
lines changed

8 files changed

+223
-227
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" "5.4.4"
1+
github "Alamofire/Alamofire" "5.5.0"

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" ~> 8.2.0
137+
github "https://github.com/dropbox/SwiftyDropbox" ~> 8.2.1
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>8.2.0</string>
18+
<string>8.2.1</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>8.2.0</string>
18+
<string>8.2.1</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 = "8.2.0"
8+
static let versionSDK = "8.2.1"
99
static let kCSRFKey = "kCSRFKeySwiftSDK"
1010
}

Source/SwiftyDropbox/SwiftyDropbox.xcodeproj/project.pbxproj

Lines changed: 216 additions & 220 deletions
Large diffs are not rendered by default.

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 = '8.2.0'
3+
s.version = '8.2.1'
44
s.summary = 'Dropbox Swift SDK for API v2'
55
s.homepage = 'https://dropbox.com/developers/'
66
s.license = 'MIT'

stone

0 commit comments

Comments
 (0)