Skip to content

Commit 53dddb8

Browse files
committed
bump version
1 parent 7a8552d commit 53dddb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RedisGraph Java client
2020
<dependency>
2121
<groupId>com.redislabs</groupId>
2222
<artifactId>jredisgraph</artifactId>
23-
<version>2.0.0</version>
23+
<version>2.0.1</version>
2424
</dependency>
2525
</dependencies>
2626
```
@@ -42,7 +42,7 @@ and
4242
<dependency>
4343
<groupId>com.redislabs</groupId>
4444
<artifactId>jredisgraph</artifactId>
45-
<version>2.0.1-SNAPSHOT</version>
45+
<version>2.0.2-SNAPSHOT</version>
4646
</dependency>
4747
</dependencies>
4848
```

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>2.0.1-SNAPSHOT</version>
9+
<version>2.0.2-SNAPSHOT</version>
1010

1111
<name>JRedisGraph</name>
1212
<description>Official client for Redis-Graph</description>

0 commit comments

Comments
 (0)