Skip to content

Commit 330c27f

Browse files
committed
chore: update sdk versions
1 parent 30c6dd1 commit 330c27f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
Next, add the dependency to your project's `build.gradle(.kts)` file:
4040

4141
```groovy
42-
implementation("io.appwrite:sdk-for-kotlin:1.0.0")
42+
implementation("io.appwrite:sdk-for-kotlin:1.1.0")
4343
```
4444

4545
### Maven
@@ -50,7 +50,7 @@ Add this to your project's `pom.xml` file:
5050
<dependency>
5151
<groupId>io.appwrite</groupId>
5252
<artifactId>sdk-for-kotlin</artifactId>
53-
<version>1.0.0</version>
53+
<version>1.1.0</version>
5454
</dependency>
5555
</dependencies>
5656
```

src/main/kotlin/io/appwrite/Client.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Client @JvmOverloads constructor(
6565
"x-sdk-name" to "Kotlin",
6666
"x-sdk-platform" to "server",
6767
"x-sdk-language" to "kotlin",
68-
"x-sdk-version" to "1.0.0",
68+
"x-sdk-version" to "1.1.0",
6969
"x-appwrite-response-format" to "1.0.0"
7070
)
7171
config = mutableMapOf()

0 commit comments

Comments
 (0)