Skip to content

Commit 4684384

Browse files
committed
chore: regenerate sdk
1 parent cda8a0c commit 4684384

File tree

104 files changed

+2914
-724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2914
-724
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "[email protected]:appwrite/sdk-for-swift.git", from: "7.0.0"),
36+
.package(url: "[email protected]:appwrite/sdk-for-swift.git", from: "8.0.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open class Client {
2121
"x-sdk-name": "Swift",
2222
"x-sdk-platform": "server",
2323
"x-sdk-language": "swift",
24-
"x-sdk-version": "7.0.0",
24+
"x-sdk-version": "8.0.0",
2525
"x-appwrite-response-format": "1.6.0"
2626
]
2727

0 commit comments

Comments
 (0)