Skip to content

Commit

Permalink
9.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Oct 11, 2022
1 parent b71c085 commit ff2da46
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 227 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To install the Dropbox Swift SDK via Carthage, you need to create a `Cartfile` i

```
# SwiftyDropbox
github "https://github.com/dropbox/SwiftyDropbox" ~> 9.0.0
github "https://github.com/dropbox/SwiftyDropbox" ~> 9.1.0
```

Then, run the following command to install the dependency to checkout and build the Dropbox Swift SDK repository:
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftyDropbox/Platform/SwiftyDropbox_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>9.0.0</string>
<string>9.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>9.0.0</string>
<string>9.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/SwiftyDropbox/Shared/Handwritten/SDKConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import Foundation

struct Constants {
static let versionSDK = "9.0.0"
static let versionSDK = "9.1.0"
static let kCSRFKey = "kCSRFKeySwiftSDK"
}
Loading

0 comments on commit ff2da46

Please sign in to comment.