From 289dbe5825618681a8d94f3bcf4b58349c600ccd Mon Sep 17 00:00:00 2001 From: Atri Date: Fri, 3 Oct 2025 17:31:38 -0400 Subject: [PATCH] feat: Fix release attempt --- .release-please-manifest.json | 2 +- README.md | 4 ++-- gradle.properties | 4 +++- release-please-config.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..1332969 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.0.1" } \ No newline at end of file diff --git a/README.md b/README.md index 7043dbf..a8579df 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ under the hood. If you attempt to place the plugin in your typical `build.gradle ```kotlin // settings.gradle.kts plugins { - id("xyz.atrius.compositor") version "0.1.0" + id("xyz.atrius.compositor") version "0.0.1" } ``` @@ -59,7 +59,7 @@ plugins { ```groovy // settings.gradle plugins { - id 'xyz.atrius.compositor' version '0.1.0' + id 'xyz.atrius.compositor' version '0.0.1' } ``` diff --git a/gradle.properties b/gradle.properties index 63bd1f9..1245c7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,6 @@ kotlin.code.style=official projectWebsite=https://github.com/AtriusX/Compositor license=MIT License licenseLink=https://github.com/AtriusX/Compositor/blob/main/LICENSE -version=0.1.0 +# x-release-please-start-version +version=0.0.1 +# x-release-please-end \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index deb309d..995bf8d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -14,7 +14,7 @@ "regex": "id 'xyz.atrius.compositor' version '(?.*)'" }, { - "type": "gradle-properties", + "type": "generic", "path": "gradle.properties" } ]