Browse Source

Release 2.4.0

pull/378/head json-path-2.4.0
Kalle Stenflo 7 years ago
parent
commit
efdab976ad
  1. 2
      README.md
  2. 2
      build.gradle

2
README.md

@ -11,6 +11,8 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
News
----
05 Jul 2017 - Released JsonPath 2.4.0
26 Jun 2017 - Released JsonPath 2.3.0
29 Feb 2016 - Released JsonPath 2.2.0

2
build.gradle

@ -31,7 +31,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
group = 'com.jayway.jsonpath'
version = '2.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.4.0' + (snapshotVersion ? "-SNAPSHOT" : "")
if (JavaVersion.current().isJava8Compatible()) {
tasks.withType(Javadoc) {

Loading…
Cancel
Save