Skip to content

Commit

Permalink
bump version in all test projects to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Jun 12, 2024
1 parent 3000903 commit c87dd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
id("io.github.liplum.mgpp") version "1.4.0"
}

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.2"
id "io.github.liplum.mgpp" version "1.4.0"
}
group 'plumy.test'
version '0.1'
Expand Down

0 comments on commit c87dd8f

Please sign in to comment.