From c46801dddbba6b329ca53d0ecd63464306a74253 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Sat, 1 Mar 2025 07:24:12 +0800 Subject: [PATCH] Bump version to 1.0.7 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcd01e0..1ea1ee1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MixinConstraints is available through Maven Central. __Gradle__ ```groovy dependencies { - include(implementation("com.moulberry:mixinconstraints:1.0.6")) + include(implementation("com.moulberry:mixinconstraints:1.0.7")) } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8f3c82d..c192cfd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.vanniktech.maven.publish") version("0.28.0") // `maven-publish` doesn't support new maven central } -version = "1.0.6" +version = "1.0.7" group = "com.moulberry.mixinconstraints" idea.module.isDownloadSources = true