Skip to content

Commit e8dd68a

Browse files
committed
Released version 2.0.0.
1 parent 2648522 commit e8dd68a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
1010
News
1111
----
1212

13+
19 Mar 2015 - Released JsonPath 2.0.0
1314
11 Nov 2014 - Released JsonPath 1.2.0
1415
01 Oct 2014 - Released JsonPath 1.1.0
1516
26 Sep 2014 - Released JsonPath 1.0.0
@@ -25,7 +26,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
2526
<dependency>
2627
<groupId>com.jayway.jsonpath</groupId>
2728
<artifactId>json-path</artifactId>
28-
<version>1.2.0</version>
29+
<version>2.0.0</version>
2930
</dependency>
3031
```
3132

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
2929

3030
group = 'com.jayway.jsonpath'
31-
version = '1.3.0' + (snapshotVersion ? "-SNAPSHOT" : "")
31+
version = '2.0.1' + (snapshotVersion ? "-SNAPSHOT" : "")
3232

3333
if (JavaVersion.current().isJava8Compatible()) {
3434
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)