VKS-Java 0.1.5-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-09-29 16:02:25 +02:00
parent b0fc512074
commit 69cb2efce8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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