fix version

This commit is contained in:
root
2025-10-08 04:54:24 +00:00
parent b821328e86
commit baf0d2209a
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
@@ -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.0.1"),
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "13.1.0"),
],
```
+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.0.1",
"x-sdk-version": "13.1.0",
"x-appwrite-response-format": "1.8.0"
]