Skip to content

Commit 7d24ef0

Browse files
feat: support for 0.13.0
1 parent 86d4d19 commit 7d24ef0

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.2.1"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.3.0"),
3535
],
3636
```
3737

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:swiftclient:0.2.1", "X-Appwrite-Response-Format": "0.13.0"
23+
"x-sdk-version": "appwrite:swiftclient:0.3.0", "X-Appwrite-Response-Format": "0.13.0"
2424
]
2525

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

0 commit comments

Comments
 (0)