From 2a58e954c424c5a72fe12bc98edffa8c26fd02e3 Mon Sep 17 00:00:00 2001 From: Liplum Date: Tue, 12 Dec 2023 15:30:58 +0800 Subject: [PATCH] bump version to 1.3.1 --- 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 be921e7..feddc0f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ | Mindustry | MGPP | |:---------:|:---------:| | `≤ 135.2` | `v1.1.1` | -| `≥ 136` | `v1.3.0` | +| `≥ 136` | `v1.3.1` |
diff --git a/TestMultiproject/build.gradle.kts b/TestMultiproject/build.gradle.kts index c39388e..7a69f12 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.0" + id("io.github.liplum.mgpp") version "1.3.1" } mindustry { diff --git a/TestProjectGroovy/build.gradle b/TestProjectGroovy/build.gradle index c6c000a..472b67a 100644 --- a/TestProjectGroovy/build.gradle +++ b/TestProjectGroovy/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "io.github.liplum.mgpp" version "1.3.0" + id "io.github.liplum.mgpp" version "1.3.1" } group 'plumy.test' version '0.1' diff --git a/TestProjectKt/build.gradle.kts b/TestProjectKt/build.gradle.kts index 241702c..95fc658 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.0" + id("io.github.liplum.mgpp") version "1.3.1" } sourceSets { diff --git a/docs/home/installation.md b/docs/home/installation.md index 0ddfe62..74de19c 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.0 | +| ≥ 136 | v 1.3.1 | ___ diff --git a/gradle.properties b/gradle.properties index e3e5be3..018079b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official pluginName=PlumyMindustryGradlePlugin arcVersion=v146 -mgppVersion=1.3.0 \ No newline at end of file +mgppVersion=1.3.1 \ No newline at end of file