Skip to content

Commit 9ca0bc5

Browse files
committed
chore: major version bump
1 parent f863ee4 commit 9ca0bc5

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
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "8.0.1"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "9.0.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
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": "8.0.1",
24+
"x-sdk-version": "9.0.0",
2525
"x-appwrite-response-format": "1.6.0"
2626
]
2727

0 commit comments

Comments
 (0)