Browse Source

Unpated README with 1.2.0 release information

pull/61/head
kallestenflo 10 years ago
parent
commit
0352dcc3d6
  1. 3
      README.md

3
README.md

@ -10,6 +10,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
News
----
11 Nov 2014 - Released JsonPath 1.2.0
01 Oct 2014 - Released JsonPath 1.1.0
26 Sep 2014 - Released JsonPath 1.0.0
@ -24,7 +25,7 @@ JsonPath is available at the Central Maven Repository. Maven users add this to y
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Loading…
Cancel
Save