Skip to content

Commit f0e2adf

Browse files
committed
fix
1 parent ea63876 commit f0e2adf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: "git@github.com:appwrite/sdk-for-apple.git", from: "15.0.0"),
34+
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.2.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ open class Client {
2424
"x-sdk-name": "Apple",
2525
"x-sdk-platform": "client",
2626
"x-sdk-language": "apple",
27-
"x-sdk-version": "15.0.0",
27+
"x-sdk-version": "14.2.0",
2828
"x-appwrite-response-format": "1.8.0"
2929
]
3030

0 commit comments

Comments
 (0)