Skip to content

Commit a93e175

Browse files
committed
update README
1 parent 93c2820 commit a93e175

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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.9.0/javadoc.svg)](https://javadoc.io/doc/io.hstream/hstreamdb-java/0.9.0)
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)
66
[![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.10.0-SNAPSHOT/)
77
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.10.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.9.0, which requires hstream server v0.9.0 .**
13+
**The latest release is v0.10.0, which requires hstream server v0.10.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.9.0</version>
42+
<version>0.10.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.9.0'
54+
implementation 'io.hstream:hstreamdb-java:0.10.0'
5555
5656
```
5757

@@ -202,4 +202,4 @@ List<Record> records = reader.read(10).join();
202202

203203
reader.close();
204204

205-
```
205+
```

0 commit comments

Comments
 (0)