From d30feaedf9b1a35dedc8cd011952fa44a88b827a Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:55:31 +0800 Subject: [PATCH] Bump version --- README.md | 4 +--- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3646c6..48bb2cb 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,6 @@ Import as a Gradle dependency: ```groovy dependencies { - def marshalVersion = "0.1.0-alpha.6" - annotationProcessor("io.github.over-run:marshal:$marshalVersion") - implementation("io.github.over-run:marshal:$marshalVersion") + implementation("io.github.over-run:marshal:0.1.0-alpha.7-jdk22") } ``` diff --git a/gradle.properties b/gradle.properties index 7a9e125..0df077a 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.6 +projVersion=0.1.0-alpha.7-jdk22 projDesc=Marshaler of native libraries # Uncomment them if you want to publish to maven repository. projUrl=https://github.com/Over-Run/marshal