File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Swift Package Manager] ( https://img.shields.io/github/v/release/appwrite/sdk-for-swift.svg?color=green&style=flat-square )
4
4
![ License] ( https://img.shields.io/github/license/appwrite/sdk-for-swift.svg?style=flat-square )
5
- ![ Version] ( https://img.shields.io/badge/api%20version-1.2.1 -blue.svg?style=flat-square )
5
+ ![ Version] ( https://img.shields.io/badge/api%20version-1.3.0 -blue.svg?style=flat-square )
6
6
[ ![ Build Status] ( https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square )] ( https://travis-ci.com/appwrite/sdk-generator )
7
7
[ ![ Twitter Account] ( https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square )] ( https://twitter.com/appwrite )
8
8
[ ![ Discord] ( https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square )] ( https://appwrite.io/discord )
@@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
33
33
34
34
``` swift
35
35
dependencies: [
36
- .
package (
url :
" [email protected] :appwrite/sdk-for-swift.git" ,
from :
" 1.3 .0" ),
36
+ .
package (
url :
" [email protected] :appwrite/sdk-for-swift.git" ,
from :
" 2.0 .0" ),
37
37
],
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ open class Client {
23
23
" x-sdk-name " : " Swift " ,
24
24
" x-sdk-platform " : " server " ,
25
25
" x-sdk-language " : " swift " ,
26
- " x-sdk-version " : " 1.3 .0" ,
26
+ " x-sdk-version " : " 2.0 .0" ,
27
27
" X-Appwrite-Response-Format " : " 1.0.0 "
28
28
]
29
29
You can’t perform that action at this time.
0 commit comments