Skip to content

Commit 5c7896b

Browse files
committed
fix version
1 parent f3e05c7 commit 5c7896b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 13.0.1
3+
## 13.1.0
44

55
* Deprecate `createVerification` method in `Account` service
66
* Add `createEmailVerification` method in `Account` service

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.0.1"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.1.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open class Client {
2121
"x-sdk-name": "Swift",
2222
"x-sdk-platform": "server",
2323
"x-sdk-language": "swift",
24-
"x-sdk-version": "13.0.1",
24+
"x-sdk-version": "13.1.0",
2525
"x-appwrite-response-format": "1.8.0"
2626
]
2727

0 commit comments

Comments
 (0)