Skip to content

Commit

Permalink
8.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Apr 14, 2022
1 parent d5da81c commit 9df3d49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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" ~> 8.2.1
github "https://github.com/dropbox/SwiftyDropbox" ~> 8.3.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>8.2.1</string>
<string>8.3.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>8.2.1</string>
<string>8.3.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 = "8.2.1"
static let versionSDK = "8.3.0"
static let kCSRFKey = "kCSRFKeySwiftSDK"
}
2 changes: 1 addition & 1 deletion SwiftyDropbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyDropbox'
s.version = '8.2.1'
s.version = '8.3.0'
s.summary = 'Dropbox Swift SDK for API v2'
s.homepage = 'https://dropbox.com/developers/'
s.license = 'MIT'
Expand Down

0 comments on commit 9df3d49

Please sign in to comment.