diff --git a/README.md b/README.md index e2061be..14897f6 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ maven: ch.digitalfondue.vatchecker vatchecker - 1.4.3 + 1.5.0 ``` gradle: ``` -compile 'ch.digitalfondue.vatchecker:vatchecker:1.4.3' +compile 'ch.digitalfondue.vatchecker:vatchecker:1.5.0' ``` ## Use @@ -73,4 +73,4 @@ Assert.assertEquals(true, resp.isValidSyntax()); Like the VIES counterpart, you can see the tests for all the possibile outputs: - - https://github.com/digitalfondue/vatchecker/blob/master/src/test/java/ch/digitalfondue/vatchecker/EUTinCheckerTest.java \ No newline at end of file + - https://github.com/digitalfondue/vatchecker/blob/master/src/test/java/ch/digitalfondue/vatchecker/EUTinCheckerTest.java