Skip to content

Commit 1c6ce93

Browse files
authored
Merge pull request #44 from appwrite/dev
feat: Swift SDK update for version 13.2.1
2 parents 86f5c94 + 589c639 commit 1c6ce93

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.2.0
3+
## 13.2.1
44

55
* Add transaction support for Databases and TablesDB
66

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

0 commit comments

Comments
 (0)