Skip to content

Commit

Permalink
prepared release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenger committed Oct 31, 2024
1 parent 5695c1b commit aa8310f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ Also have a look at [DataEncoderTest.java](https://github.com/tsenger/vdstools/b
In [DataMatrixTest.java](https://github.com/tsenger/vdstools/blob/main/src/test/java/de/tsenger/vdstools/DataMatrixTest.java) you will find an example on how to generated a datamatrix image file from the encoded bytes of the DataEncoder.

## Documentation
JavaDoc can be found here:

[![javadoc](https://javadoc.io/badge2/de.tsenger/vdstools/javadoc.svg)](https://javadoc.io/doc/de.tsenger/vdstools)

[JavaDoc](https://javadoc.io/doc/de.tsenger/vdstools)
Online JavaDoc can be found here:
[https://javadoc.io/doc/de.tsenger/vdstools](https://javadoc.io/doc/de.tsenger/vdstools)


## How to include
Expand All @@ -108,7 +107,7 @@ To include this library to your Gradle build add this dependency:

```groovy
dependencies {
implementation 'de.tsenger:vdstools:0.3.2'
implementation 'de.tsenger:vdstools:0.5.1'
}
```

Expand All @@ -119,6 +118,6 @@ To include this library to your Maven build add this dependency:
<dependency>
<groupId>de.tsenger</groupId>
<artifactId>vdstools</artifactId>
<version>0.3.2</version>
<version>0.5.1</version>
</dependency>
```
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<groupId>de.tsenger</groupId>
<artifactId>vdstools</artifactId>
<version>0.5.0</version>
<name>VDS Tools java library</name>
<description>A library to parse, verify and build/encode Visible Digital Seals (VDS)</description>
<version>0.5.1</version>
<name>Visible Digital Seal Tools Java library</name>
<description>A Java library to encode/sign and decode/verify Visible Digital Seals</description>
<packaging>jar</packaging>
<url>https://tsenger.de</url>

Expand Down

0 comments on commit aa8310f

Please sign in to comment.