We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ceb10 commit efdab97Copy full SHA for efdab97
README.md
@@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
11
12
News
13
----
14
+05 Jul 2017 - Released JsonPath 2.4.0
15
+
16
26 Jun 2017 - Released JsonPath 2.3.0
17
18
29 Feb 2016 - Released JsonPath 2.2.0
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
32
33
group = 'com.jayway.jsonpath'
34
- version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
+ version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "")
35
36
if (JavaVersion.current().isJava8Compatible()) {
37
tasks.withType(Javadoc) {
0 commit comments