Updated documentation
All checks were successful
LambdaTonic / build (push) Successful in 2m44s

This commit is contained in:
Marco Cetica 2024-09-23 10:58:29 +02:00
parent 9b62d1e5a6
commit 91f7bc6c37
Signed by: marco
GPG Key ID: 45060A949E90D0FD

View File

@ -57,7 +57,7 @@ you can install it either by using Maven:
<dependency> <dependency>
<groupId>io.github.ceticamarco</groupId> <groupId>io.github.ceticamarco</groupId>
<artifactId>LambdaTonic</artifactId> <artifactId>LambdaTonic</artifactId>
<version>0.0.1</version> <version>0.0.3</version>
</dependency> </dependency>
``` ```