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 22
33![ Swift Package Manager] ( https://img.shields.io/github/v/release/appwrite/sdk-for-apple.svg?color=green&style=flat-square )
44![ License] ( https://img.shields.io/github/license/appwrite/sdk-for-apple.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 )
66[ ![ Build Status] ( https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square )] ( https://travis-ci.com/appwrite/sdk-generator )
77[ ![ Twitter Account] ( https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square )] ( https://twitter.com/appwrite )
88[ ![ Discord] ( https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square )] ( https://appwrite.io/discord )
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
3131
3232``` swift
3333 dependencies: [
34- .
package (
url :
" [email protected] :appwrite/sdk-for-apple.git" ,
from :
" 1.3 .0" ),
34+ .
package (
url :
" [email protected] :appwrite/sdk-for-apple.git" ,
from :
" 2.0 .0" ),
3535 ],
3636```
3737
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ open class Client {
2323 " x-sdk-name " : " Apple " ,
2424 " x-sdk-platform " : " client " ,
2525 " x-sdk-language " : " apple " ,
26- " x-sdk-version " : " 1.3 .0" ,
26+ " x-sdk-version " : " 2.0 .0" ,
2727 " X-Appwrite-Response-Format " : " 1.0.0 "
2828 ]
2929
You can’t perform that action at this time.
0 commit comments