diff --git a/README.md b/README.md index 05c4868..24761ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![CircleCI](https://circleci.com/gh/RedisLabs/JRedisGraph/tree/master.svg?style=svg)](https://circleci.com/gh/RedisLabs/JRedisGraph/tree/master) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.redislabs/jredisgraph) # JRedisGraph RedisGraph Java client @@ -11,7 +12,7 @@ RedisGraph Java client com.redislabs jredisgraph - 1.0.0 + 1.0.2 ``` @@ -34,7 +35,7 @@ and com.redislabs jredisgraph - 1.0.1-SNAPSHOT + 1.0.3-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 7764b42..1e011f7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.redislabs jredisgraph - 1.0.1-SNAPSHOT + 1.0.3-SNAPSHOT JRedisGraph Official client for Redis-Graph