Skip to content

Commit 0829941

Browse files
fix: add query builder
1 parent 2863fd1 commit 0829941

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.0"),
36+
.package(url: "[email protected]:appwrite/sdk-for-swift.git", from: "0.2.1"),
3737
],
3838
```
3939

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:swift:0.2.0", "X-Appwrite-Response-Format": "0.12.0"
22+
"x-sdk-version": "appwrite:swift:0.2.1", "X-Appwrite-Response-Format": "0.12.0"
2323
]
2424

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

0 commit comments

Comments
 (0)