Skip to content

Commit 476cd73

Browse files
committed
update README
1 parent 88f4723 commit 476cd73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
![Build Status](https://github.com/hstreamdb/hstreamdb-java/actions/workflows/main.yml/badge.svg)
44
[![Maven Central](https://img.shields.io/maven-central/v/io.hstream/hstreamdb-java)](https://search.maven.org/artifact/io.hstream/hstreamdb-java)
5-
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.10.0/javadoc.svg)](https://javadoc.io/doc/io.hstream/hstreamdb-java/0.10.0)
6-
[![Snapshot Artifacts](https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/io.hstream/hstreamdb-java.svg)](https://s01.oss.sonatype.org/content/repositories/snapshots/io/hstream/hstreamdb-java/0.11.0-SNAPSHOT/)
7-
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.11.0-SNAPSHOT/javadoc.svg)](https://hstreamdb.github.io/hstreamdb-java/javadoc/)
5+
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.12.0/javadoc.svg)](https://javadoc.io/doc/io.hstream/hstreamdb-java/0.12.0)
6+
[![Snapshot Artifacts](https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/io.hstream/hstreamdb-java.svg)](https://s01.oss.sonatype.org/content/repositories/snapshots/io/hstream/hstreamdb-java/0.12.0-SNAPSHOT/)
7+
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.12.0-SNAPSHOT/javadoc.svg)](https://hstreamdb.github.io/hstreamdb-java/javadoc/)
88

99
This is the official Java client library for [HStreamDB](https://hstream.io/).
1010

1111
**Please use the latest released version.**
1212

13-
**The latest release is v0.10.0, which requires hstream server v0.10.0 .**
13+
**The latest release is v0.12.0, which requires hstream server v0.12.0 .**
1414

1515
## Content
1616
- [Installation](#installation)
@@ -39,7 +39,7 @@ For Maven Users, the library can be included easily like this:
3939
<dependency>
4040
<groupId>io.hstream</groupId>
4141
<artifactId>hstreamdb-java</artifactId>
42-
<version>0.10.0</version>
42+
<version>0.12.0</version>
4343
</dependency>
4444
</dependencies>
4545

@@ -51,7 +51,7 @@ For Gradle Users, the library can be included easily like this:
5151

5252
```groovy
5353
54-
implementation 'io.hstream:hstreamdb-java:0.10.0'
54+
implementation 'io.hstream:hstreamdb-java:0.12.0'
5555
5656
```
5757

0 commit comments

Comments
 (0)