Skip to content

Commit 8585aad

Browse files
committed
fix versions
1 parent a4ab105 commit 8585aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
3131

3232
```swift
3333
dependencies: [
34-
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.1.1"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.2.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ open class Client {
1919

2020
open var headers: [String: String] = [
2121
"content-type": "",
22-
"x-sdk-version": "appwrite:swiftclient:0.1.1", "X-Appwrite-Response-Format": "0.12.0"
22+
"x-sdk-version": "appwrite:swiftclient:0.2.0", "X-Appwrite-Response-Format": "0.12.0"
2323
]
2424

2525
open var config: [String: String] = [:]

0 commit comments

Comments
 (0)