fix version

This commit is contained in:
root
2025-10-08 04:59:41 +00:00
parent f3e05c730e
commit 5c7896bb8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## 13.0.1
## 13.1.0
* Deprecate `createVerification` method in `Account` service
* Add `createEmailVerification` method in `Account` service
+1 -1
View File
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
```swift
dependencies: [
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.0.1"),
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.1.0"),
],
```
+1 -1
View File
@@ -21,7 +21,7 @@ open class Client {
"x-sdk-name": "Swift",
"x-sdk-platform": "server",
"x-sdk-language": "swift",
"x-sdk-version": "13.0.1",
"x-sdk-version": "13.1.0",
"x-appwrite-response-format": "1.8.0"
]