Skip to content

Commit

Permalink
chore: regen
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Dec 17, 2024
1 parent c00ee1d commit 4bad87f
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: "7.0.0"),
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "7.1.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 @@ -23,7 +23,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "7.0.0",
"x-sdk-version": "7.1.0",
"x-appwrite-response-format": "1.6.0"
]

Expand Down

0 comments on commit 4bad87f

Please sign in to comment.