Skip to content

Commit efdab97

Browse files
committed
Release 2.4.0
1 parent 65ceb10 commit efdab97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
1111

1212
News
1313
----
14+
05 Jul 2017 - Released JsonPath 2.4.0
15+
1416
26 Jun 2017 - Released JsonPath 2.3.0
1517

1618
29 Feb 2016 - Released JsonPath 2.2.0

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
3232

3333
group = 'com.jayway.jsonpath'
34-
version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
34+
version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "")
3535

3636
if (JavaVersion.current().isJava8Compatible()) {
3737
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)