Skip to content

Commit

Permalink
bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 12, 2023
1 parent c29ceed commit 8132779
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
| Mindustry | MGPP |
|:---------:|:---------:|
| `≤ 135.2` | `v1.1.1` |
| `≥ 136` | `v1.3.1` |
| `≥ 136` | `v1.3.2` |

<br>

Expand Down
2 changes: 1 addition & 1 deletion TestMultiproject/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion TestProjectGroovy/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion TestProjectKt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/home/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

___

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
pluginName=PlumyMindustryGradlePlugin
arcVersion=v146
mgppVersion=1.3.1
mgppVersion=1.3.2

0 comments on commit 8132779

Please sign in to comment.