Skip to content

Commit 0b96b86

Browse files
committed
Update version
1 parent 2c1e6be commit 0b96b86

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+
## 14.1.0
4+
5+
* Added ability to create attributes and indexes synchronously while creating a collection
6+
37
## 14.0.0
48

59
* Rename `VCSDeploymentType` enum to `VCSReferenceType`

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: "14.0.0"),
36+
.package(url: "git@github.com:appwrite/sdk-for-swift.git", from: "14.1.0"),
3737
],
3838
```
3939

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ open class Client {
2222
"x-sdk-name": "Swift",
2323
"x-sdk-platform": "server",
2424
"x-sdk-language": "swift",
25-
"x-sdk-version": "14.0.0",
25+
"x-sdk-version": "14.1.0",
2626
"x-appwrite-response-format": "1.8.0"
2727
]
2828

0 commit comments

Comments
 (0)