Skip to content

Commit 24792b7

Browse files
feat: add response format for 0.14.0
1 parent b62def5 commit 24792b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open class Client {
2121
open var headers: [String: String] = [
2222
"content-type": "",
2323
"x-sdk-version": "appwrite:swiftclient:0.5.0",
24-
"X-Appwrite-Response-Format": "0.13.0"
24+
"X-Appwrite-Response-Format": "0.14.0"
2525
]
2626

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

0 commit comments

Comments
 (0)