Skip to content

Commit 6ebea9b

Browse files
feat: support for 0.13.0
1 parent 564b710 commit 6ebea9b

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
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "[email protected]:appwrite/sdk-for-swift.git", from: "0.2.1"),
36+
.package(url: "[email protected]:appwrite/sdk-for-swift.git", from: "0.3.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

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

2121
open var headers: [String: String] = [
2222
"content-type": "",
23-
"x-sdk-version": "appwrite:swift:0.2.1", "X-Appwrite-Response-Format": "0.13.0"
23+
"x-sdk-version": "appwrite:swift:0.3.0", "X-Appwrite-Response-Format": "0.13.0"
2424
]
2525

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

0 commit comments

Comments
 (0)