updated specs

This commit is contained in:
ArnabChatterjee20k
2026-02-13 17:03:52 +00:00
parent 39e3050d8c
commit 0eea67218b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.1.0"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.2.0"),
],
```
+1 -1
View File
@@ -24,7 +24,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "14.1.0",
"x-sdk-version": "14.2.0",
"x-appwrite-response-format": "1.8.0"
]