diff --git a/README.md b/README.md index ce55b98f..5ed5ed70 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The subproject `as2-servlet` is licensed under the Apache 2 license. # News and noteworthy - * v3.1.0 - work in progress + * v3.1.0 - 2017-07-27 * AS2 client can now handle custom HTTP headers * Reworked dumping API to create new dumpers per request * Dumping API was moved into a separate package. @@ -92,7 +92,7 @@ Add the following to your `pom.xml` to use this artifact: com.helger as2-lib - 3.0.4 + 3.1.0 ``` @@ -101,7 +101,7 @@ For the MongoDB partnership factory, add the following to your `pom.xml`: com.helger as2-partnership-mongodb - 3.0.4 + 3.1.0 ``` @@ -110,7 +110,7 @@ For the receive servlet, add the following to your `pom.xml`: com.helger as2-servlet - 3.0.4 + 3.1.0 ```