Skip to content

Commit fc7729e

Browse files
committed
bump version to 1.5.0-snapshot
1 parent 68e5059 commit fc7729e

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
@@ -32,7 +32,7 @@ This project is currently WIP and the interface may change. Also note that only
3232
<dependency>
3333
<groupId>com.redislabs</groupId>
3434
<artifactId>jrejson</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.4.0</version>
3636
</dependency>
3737
</dependencies>
3838
```
@@ -55,7 +55,7 @@ and
5555
<dependency>
5656
<groupId>com.redislabs</groupId>
5757
<artifactId>jrejson</artifactId>
58-
<version>1.4.0-SNAPSHOT</version>
58+
<version>1.5.0-SNAPSHOT</version>
5959
</dependency>
6060
</dependencies>
6161
```

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>jrejson</artifactId>
9-
<version>1.4.0-SNAPSHOT</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010

1111
<name>JReJSON</name>
1212
<description>Official client for ReJSON</description>

0 commit comments

Comments
 (0)