File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 13.4 .0
3+ ## 14.0 .0
44
5+ * Rename ` VCSDeploymentType ` enum to ` VCSReferenceType `
6+ * Change ` createTemplateDeployment ` method signature: replace ` version ` parameter with ` type ` (TemplateReferenceType) and ` reference ` parameters
57* Add ` getScreenshot ` method to ` Avatars ` service
8+ * Add ` Theme ` , ` Timezone ` and ` Output ` enums
69
710## 13.3.0
811
Original file line number Diff line number Diff 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.4 .0" ),
36+ .package (url : " git@github.com:appwrite/sdk-for-swift.git" , from : " 14.0 .0" ),
3737 ],
3838```
3939
Original file line number Diff line number Diff 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 " : " 13.4 .0" ,
25+ " x-sdk-version " : " 14.0 .0" ,
2626 " x-appwrite-response-format " : " 1.8.0 "
2727 ]
2828
You can’t perform that action at this time.
0 commit comments