Skip to content

Commit 4bad87f

Browse files
committed
chore: regen
1 parent c00ee1d commit 4bad87f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
3131

3232
```swift
3333
dependencies: [
34-
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "7.0.0"),
34+
.package(url: "[email protected]:appwrite/sdk-for-apple.git", from: "7.1.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class Client {
2323
"x-sdk-name": "Apple",
2424
"x-sdk-platform": "client",
2525
"x-sdk-language": "apple",
26-
"x-sdk-version": "7.0.0",
26+
"x-sdk-version": "7.1.0",
2727
"x-appwrite-response-format": "1.6.0"
2828
]
2929

0 commit comments

Comments
 (0)