File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[ ![ CircleCI] ( https://circleci.com/gh/RedisLabs/JRedisGraph/tree/master.svg?style=svg )] ( https://circleci.com/gh/RedisLabs/JRedisGraph/tree/master )
2+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph )
23
34# JRedisGraph
45RedisGraph Java client
@@ -11,7 +12,7 @@ RedisGraph Java client
1112 <dependency >
1213 <groupId >com.redislabs</groupId >
1314 <artifactId >jredisgraph</artifactId >
14- <version >1.0.0 </version >
15+ <version >1.0.2 </version >
1516 </dependency >
1617 </dependencies >
1718```
3435 <dependency >
3536 <groupId >com.redislabs</groupId >
3637 <artifactId >jredisgraph</artifactId >
37- <version >1.0.1 -SNAPSHOT</version >
38+ <version >1.0.3 -SNAPSHOT</version >
3839 </dependency >
3940 </dependencies >
4041```
Original file line number Diff line number Diff line change 66
77 <groupId >com.redislabs</groupId >
88 <artifactId >jredisgraph</artifactId >
9- <version >1.0.1 -SNAPSHOT</version >
9+ <version >1.0.3 -SNAPSHOT</version >
1010
1111 <name >JRedisGraph</name >
1212 <description >Official client for Redis-Graph</description >
You can’t perform that action at this time.
0 commit comments