Skip to content

Commit 1905350

Browse files
authored
Update README.md
1 parent a736bc3 commit 1905350

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![license](https://img.shields.io/github/license/RedisGraph/JRedisGraph.svg)](https://github.com/RedisGraph/JRedisGraph)
2+
[![GitHub issues](https://img.shields.io/github/release/RedisGraph/JRedisGraph.svg)](https://github.com/RedisGraph/JRedisGraph/releases/latest)
23
[![CircleCI](https://circleci.com/gh/RedisGraph/JRedisGraph/tree/master.svg?style=svg)](https://circleci.com/gh/RedisGraph/JRedisGraph/tree/master)
34
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph)
4-
[![GitHub issues](https://img.shields.io/github/release/RedisGraph/JRedisGraph.svg)](https://github.com/RedisGraph/JRedisGraph/releases/latest)
55
[![Javadocs](https://www.javadoc.io/badge/com.redislabs/jredisgraph.svg)](https://www.javadoc.io/doc/com.redislabs/jredisgraph)
66
[![Codecov](https://codecov.io/gh/RedisGraph/JRedisGraph/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/JRedisGraph)
77

@@ -16,7 +16,17 @@ RedisGraph Java client
1616
<dependency>
1717
<groupId>com.redislabs</groupId>
1818
<artifactId>jredisgraph</artifactId>
19-
<version>1.0.4</version>
19+
<version>1.0.6</version>
20+
</dependency>
21+
</dependencies>
22+
23+
Or
24+
25+
<dependencies>
26+
<dependency>
27+
<groupId>com.redislabs</groupId>
28+
<artifactId>jredisgraph</artifactId>
29+
<version>2.0.0-rc1</version>
2030
</dependency>
2131
</dependencies>
2232
```

0 commit comments

Comments
 (0)