Merge pull request #90 from appwrite/dev

feat: Apple SDK update for version 13.2.1
This commit is contained in:
Jake Barnby
2025-10-10 00:03:23 +13:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## 13.2.0
## 13.2.1
* Add transaction support for Databases and TablesDB
+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: "13.2.0"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "13.2.1"),
],
```
+1 -1
View File
@@ -23,7 +23,7 @@ open class Client {
"x-sdk-name": "Apple",
"x-sdk-platform": "client",
"x-sdk-language": "apple",
"x-sdk-version": "13.2.0",
"x-sdk-version": "13.2.1",
"x-appwrite-response-format": "1.8.0"
]