File tree 3 files changed +4
-4
lines changed
src/main/kotlin/io/appwrite
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
39
39
Next, add the dependency to your project's ` build.gradle(.kts) ` file:
40
40
41
41
``` groovy
42
- implementation("io.appwrite:sdk-for-kotlin:0.2.1 ")
42
+ implementation("io.appwrite:sdk-for-kotlin:0.2.2 ")
43
43
```
44
44
45
45
### Maven
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
50
50
<dependency >
51
51
<groupId >io.appwrite</groupId >
52
52
<artifactId >sdk-for-kotlin</artifactId >
53
- <version >0.2.1 </version >
53
+ <version >0.2.2 </version >
54
54
</dependency >
55
55
</dependencies >
56
56
```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
ext {
7
7
PUBLISH_GROUP_ID = ' io.appwrite'
8
8
PUBLISH_ARTIFACT_ID = ' sdk-for-kotlin'
9
- PUBLISH_VERSION = ' 0.2.1 '
9
+ PUBLISH_VERSION = ' 0.2.2 '
10
10
POM_URL = ' https://github.com/appwrite/sdk-for-kotlin'
11
11
POM_SCM_URL = ' https://github.com/appwrite/sdk-for-kotlin'
12
12
POM_ISSUE_URL = ' https://github.com/appwrite/sdk-for-kotlin/issues'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Client @JvmOverloads constructor(
55
55
init {
56
56
headers = mutableMapOf (
57
57
" content-type" to " application/json" ,
58
- " x-sdk-version" to " appwrite:kotlin:0.2.1 " ,
58
+ " x-sdk-version" to " appwrite:kotlin:0.2.2 " ,
59
59
" x-appwrite-response-format" to " 0.12.0"
60
60
)
61
61
config = mutableMapOf ()
You can’t perform that action at this time.
0 commit comments