Skip to content

Commit 07b8c2f

Browse files
committed
bump version to 1.0.4
1 parent 44e3ebe commit 07b8c2f

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
@@ -12,7 +12,7 @@ RedisGraph Java client
1212
<dependency>
1313
<groupId>com.redislabs</groupId>
1414
<artifactId>jredisgraph</artifactId>
15-
<version>1.0.3</version>
15+
<version>1.0.4</version>
1616
</dependency>
1717
</dependencies>
1818
```
@@ -35,7 +35,7 @@ and
3535
<dependency>
3636
<groupId>com.redislabs</groupId>
3737
<artifactId>jredisgraph</artifactId>
38-
<version>1.0.4-SNAPSHOT</version>
38+
<version>1.0.5-SNAPSHOT</version>
3939
</dependency>
4040
</dependencies>
4141
```

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.4-SNAPSHOT</version>
9+
<version>1.0.5-SNAPSHOT</version>
1010

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

0 commit comments

Comments
 (0)