diff --git a/README.md b/README.md index 999fec4..cb87213 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Import as a Gradle dependency: ```groovy dependencies { - implementation("io.github.over-run:marshal:0.1.0-alpha.18-jdk22") + implementation("io.github.over-run:marshal:0.1.0-alpha.19-jdk22") } ``` diff --git a/gradle.properties b/gradle.properties index 2e5835d..cfe017c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ projGroupId=io.github.over-run projArtifactId=marshal # The project name should only contain lowercase letters, numbers and hyphen. projName=marshal -projVersion=0.1.0-alpha.18-jdk22 +projVersion=0.1.0-alpha.19-jdk22 projDesc=Marshaler of native libraries # Uncomment them if you want to publish to maven repository. projUrl=https://github.com/Over-Run/marshal