Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Apr 2, 2021
1 parent 74728f2 commit 6cd399d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ maven:
<dependency>
<groupId>ch.digitalfondue.vatchecker</groupId>
<artifactId>vatchecker</artifactId>
<version>1.4.3</version>
<version>1.5.0</version>
</dependency>
```

gradle:

```
compile 'ch.digitalfondue.vatchecker:vatchecker:1.4.3'
compile 'ch.digitalfondue.vatchecker:vatchecker:1.5.0'
```

## Use
Expand Down Expand Up @@ -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
- https://github.com/digitalfondue/vatchecker/blob/master/src/test/java/ch/digitalfondue/vatchecker/EUTinCheckerTest.java

0 comments on commit 6cd399d

Please sign in to comment.