feat: support for 0.13.0

This commit is contained in:
Torsten Dittmann
2022-03-02 12:26:52 +01:00
parent 86d4d1963e
commit 7d24ef0e43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "0.2.1"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "0.3.0"),
],
```
+1 -1
View File
@@ -20,7 +20,7 @@ open class Client {
open var headers: [String: String] = [
"content-type": "",
"x-sdk-version": "appwrite:swiftclient:0.2.1", "X-Appwrite-Response-Format": "0.13.0"
"x-sdk-version": "appwrite:swiftclient:0.3.0", "X-Appwrite-Response-Format": "0.13.0"
]
open var config: [String: String] = [:]