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