Skip to content

Commit

Permalink
feat: support for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Mar 2, 2022
1 parent 86d4d19 commit 7d24ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:

```swift
dependencies: [
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.2.1"),
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "0.3.0"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/Appwrite/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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] = [:]
Expand Down

0 comments on commit 7d24ef0

Please sign in to comment.