Skip to content

Commit

Permalink
fix response format version
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 18, 2021
1 parent 2ef8801 commit 254d0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Appwrite/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ open class Client {

open var headers: [String: String] = [
"content-type": "",
"x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.10.0"
"x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.11.0"
]

open var config: [String: String] = [:]
Expand Down

0 comments on commit 254d0aa

Please sign in to comment.