Skip to content

Commit

Permalink
chore: bump java and kotlin API to v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 16, 2024
1 parent 9bdb91f commit 1f98eb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/reference/xlang-api/kotlin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
<dependency>
<groupId>com.kcl</groupId>
<artifactId>kcl-lib-kotlin</artifactId>
<version>0.10.0-alpha.2-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sidebar_position: 8
<dependency>
<groupId>com.kcl</groupId>
<artifactId>kcl-lib-kotlin</artifactId>
<version>0.10.0-alpha.2-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sidebar_position: 8
<dependency>
<groupId>com.kcl</groupId>
<artifactId>kcl-lib-kotlin</artifactId>
<version>0.10.0-alpha.2-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
<dependency>
<groupId>com.kcl</groupId>
<artifactId>kcl-lib-kotlin</artifactId>
<version>0.10.0-alpha.2-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 1f98eb9

Please sign in to comment.