Skip to content

Commit 7967df5

Browse files
authored
Merge pull request #20 from RedisLabs/release-1.0.2
Bump version to 1.0.3
2 parents c816674 + 1eebc30 commit 7967df5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
45
RedisGraph 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
```
@@ -34,7 +35,7 @@ and
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
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)