From 6cd399dac6d78b6ea615a28c9fd26c0464c9dd55 Mon Sep 17 00:00:00 2001 From: Sylvain Jermini Date: Fri, 2 Apr 2021 17:03:06 +0200 Subject: [PATCH] update version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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