Skip to content

Commit 0b5c28a

Browse files
feat: add response format for 0.14.0
1 parent 235e58d commit 0b5c28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/appwrite/Client.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Client @JvmOverloads constructor(
6262
headers = mutableMapOf(
6363
"content-type" to "application/json",
6464
"x-sdk-version" to "appwrite:kotlin:${BuildConfig.SDK_VERSION}",
65-
"x-appwrite-response-format" to "0.13.0"
65+
"x-appwrite-response-format" to "0.14.0"
6666
)
6767
config = mutableMapOf()
6868

0 commit comments

Comments
 (0)