Skip to content

Commit 25d1bd0

Browse files
committed
chore: update SDKs for appwrite 1.6.0
1 parent da746b1 commit 25d1bd0

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: "6.0.0-rc.3"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "6.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": "6.0.0-rc.3",
24+
"x-sdk-version": "6.0.0",
2525
"x-appwrite-response-format": "1.6.0"
2626
]
2727

0 commit comments

Comments
 (0)