This commit is contained in:
jstaerk
2024-01-31 17:42:59 +01:00
parent 1fd13936d9
commit ec6e17999b
3 changed files with 51 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ If you setup a Maven project, you can grab the artifacts using
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
</dependency>
```