mirror of
https://github.com/appwrite/sdk-for-swift.git
synced 2026-04-07 19:17:48 +00:00
fix version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.1
|
||||
## 13.1.0
|
||||
|
||||
* Deprecate `createVerification` method in `Account` service
|
||||
* Add `createEmailVerification` method in `Account` service
|
||||
|
||||
@@ -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"),
|
||||
],
|
||||
```
|
||||
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user