VKS-Java 0.1.4

This commit is contained in:
Paul Schaub 2025-09-29 16:00:24 +02:00
parent 84ea7cbee6
commit b0fc512074
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '0.1.4'
isSnapshot = true
isSnapshot = false
javaSourceCompatibility = 11
bouncycastleVersion = '1.82'
junitVersion = '5.8.2'