From 8132779c48b45535c1e6236fdb0c14f628c3060a Mon Sep 17 00:00:00 2001 From: Liplum Date: Wed, 13 Dec 2023 06:16:31 +0800 Subject: [PATCH] bump version to 1.3.2 --- README.md | 2 +- TestMultiproject/build.gradle.kts | 2 +- TestProjectGroovy/build.gradle | 2 +- TestProjectKt/build.gradle.kts | 2 +- docs/home/installation.md | 2 +- gradle.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index feddc0f..623af69 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ | Mindustry | MGPP | |:---------:|:---------:| | `≤ 135.2` | `v1.1.1` | -| `≥ 136` | `v1.3.1` | +| `≥ 136` | `v1.3.2` |
diff --git a/TestMultiproject/build.gradle.kts b/TestMultiproject/build.gradle.kts index 7a69f12..30eb101 100644 --- a/TestMultiproject/build.gradle.kts +++ b/TestMultiproject/build.gradle.kts @@ -3,7 +3,7 @@ import io.github.liplum.mindustry.mindustry group = "plumy.test" version = "1.0" plugins { - id("io.github.liplum.mgpp") version "1.3.1" + id("io.github.liplum.mgpp") version "1.3.2" } mindustry { diff --git a/TestProjectGroovy/build.gradle b/TestProjectGroovy/build.gradle index 472b67a..5860f9e 100644 --- a/TestProjectGroovy/build.gradle +++ b/TestProjectGroovy/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.github.liplum.mgpp" version "1.3.1" + id "io.github.liplum.mgpp" version "1.3.2" } group 'plumy.test' version '0.1' diff --git a/TestProjectKt/build.gradle.kts b/TestProjectKt/build.gradle.kts index 95fc658..0fa89a6 100644 --- a/TestProjectKt/build.gradle.kts +++ b/TestProjectKt/build.gradle.kts @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.9.20" - id("io.github.liplum.mgpp") version "1.3.1" + id("io.github.liplum.mgpp") version "1.3.2" } sourceSets { diff --git a/docs/home/installation.md b/docs/home/installation.md index 74de19c..22bfce0 100644 --- a/docs/home/installation.md +++ b/docs/home/installation.md @@ -6,7 +6,7 @@ Please make sure to always upgrade MGPP to the latest version: [![Gradle Plugin | Mindustry | MGPP Version | |:---------:|:------------:| | ≤ 135.2 | v 1.1.1 | -| ≥ 136 | v 1.3.1 | +| ≥ 136 | v 1.3.2 | ___ diff --git a/gradle.properties b/gradle.properties index 018079b..aac62f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official pluginName=PlumyMindustryGradlePlugin arcVersion=v146 -mgppVersion=1.3.1 \ No newline at end of file +mgppVersion=1.3.2 \ No newline at end of file