diff --git a/README.md b/README.md index 14d4c1e..f1fc1d6 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Import as a Gradle dependency: ```groovy dependencies { - def marshalVersion = "0.1.0-alpha.1" + def marshalVersion = "0.1.0-alpha.2" annotationProcessor("io.github.over-run:marshal:$marshalVersion") implementation("io.github.over-run:marshal:$marshalVersion") } diff --git a/gradle.properties b/gradle.properties index df177a8..c5b4dd1 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.1 +projVersion=0.1.0-alpha.2 projDesc=Marshaler of native libraries # Uncomment them if you want to publish to maven repository. projUrl=https://github.com/Over-Run/marshal