Skip to content

Commit a684ac9

Browse files
author
Stephen Cobbe
committed
4.2.2 release.
1 parent 02a5503 commit a684ac9

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
@@ -132,7 +132,7 @@ To install the Dropbox Swift SDK via Carthage, you need to create a `Cartfile` i
132132

133133
```
134134
# SwiftyDropbox
135-
github "https://github.com/dropbox/SwiftyDropbox" ~> 4.2.1
135+
github "https://github.com/dropbox/SwiftyDropbox" ~> 4.2.2
136136
```
137137

138138
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>4.2.1</string>
18+
<string>4.2.2</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>4.2.1</string>
18+
<string>4.2.2</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,5 +5,5 @@
55
import Foundation
66

77
struct Constants {
8-
static let versionSDK = "4.2.1"
8+
static let versionSDK = "4.2.2"
99
}

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 = '4.2.1'
3+
s.version = '4.2.2'
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)