From 95f1d0a336266d162bb4c60fedcbd1584d15e41b Mon Sep 17 00:00:00 2001 From: THEROER Date: Sat, 11 Jul 2026 02:45:11 +0300 Subject: [PATCH 1/2] chore(build-logic): bump pluginsVersion to 0.1.9 Carries the bare-common coordinate scheme, the fabric-bundle messaging inlining fix, and the release-branch gate to consumers. --- build-logic/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties index af1b528a..fa540769 100644 --- a/build-logic/gradle.properties +++ b/build-logic/gradle.properties @@ -12,4 +12,4 @@ neoForgeModdevVersion=2.0.139 # Coordinates for publishing the build-logic plugins as a reusable tool. # Independent of the MagicUtils library version (root gradle.properties). pluginsGroup=dev.ua.theroer.magicutils.build -pluginsVersion=0.1.8 \ No newline at end of file +pluginsVersion=0.1.9 \ No newline at end of file From 615fd194b92fe96fb73d3a0d4e6260fd8afccdae Mon Sep 17 00:00:00 2001 From: THEROER Date: Sat, 11 Jul 2026 02:45:38 +0300 Subject: [PATCH 2/2] chore(release): bump version to 1.27.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1b0c41d0..840c737f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -version=1.27.0 +version=1.27.1 # Minecraft version is now managed by gradle/targets.properties # You can set it via -Ptarget=... when running Gradle