Skip to content

Commit 82cd2ff

Browse files
committed
regen
1 parent 5fa6a48 commit 82cd2ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 13.3.0
4+
5+
* Add `onOpen`, `onClose` and `onError` callbacks to `Realtime` service
6+
37
## 13.2.2
48

59
* Fix issue: Missing AppwriteEnums dependency causing build failure

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.2.2"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "13.3.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.2.2",
24+
"x-sdk-version": "13.3.0",
2525
"x-appwrite-response-format": "1.8.0"
2626
]
2727

0 commit comments

Comments
 (0)