From f6c023c59e247fcce776cefd6aad3f695e52023c Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 13 Aug 2018 17:06:59 +0300 Subject: [PATCH 1/2] Bump version to 1.0.3 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05c4868..11fb45a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ RedisGraph Java client com.redislabs jredisgraph - 1.0.0 + 1.0.2 ``` @@ -34,7 +34,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 From 1eebc30a63d5e6a1937f6d2f62a8cb9033f25cbf Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 13 Aug 2018 17:10:53 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11fb45a..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