Skip to content

Commit 84d568d

Browse files
committed
update README
1 parent 2310123 commit 84d568d

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.6.1/javadoc.svg)](https://javadoc.io/doc/io.hstream/hstreamdb-java/0.6.1)
5+
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.6.2/javadoc.svg)](https://javadoc.io/doc/io.hstream/hstreamdb-java/0.6.2)
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.6.2-SNAPSHOT/)
77
[![javadoc](https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.6.2-SNAPSHOT/javadoc.svg)](https://hstreamdb.github.io/hstreamdb-java/javadoc/)
88

9-
This is the offical Java client library for [HStreamDB](https://hstream.io/).
9+
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.6.1, which requires hstream server v0.6.0 .**
13+
**The latest release is v0.6.2, which requires hstream server v0.6.6 .**
1414

1515
## Content
1616
- [Installation](#installation)
@@ -38,7 +38,7 @@ For Maven Users, the library can be included easily like this:
3838
<dependency>
3939
<groupId>io.hstream</groupId>
4040
<artifactId>hstreamdb-java</artifactId>
41-
<version>0.6.1</version>
41+
<version>0.6.2</version>
4242
</dependency>
4343
</dependencies>
4444

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

5151
```groovy
5252
53-
implementation 'io.hstream:hstreamdb-java:0.6.1'
53+
implementation 'io.hstream:hstreamdb-java:0.6.2'
5454
5555
```
5656

0 commit comments

Comments
 (0)