Skip to content

Commit 5ecc45b

Browse files
Make all projects share the same version
1 parent b45ad99 commit 5ecc45b

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

PistonChat/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
alias(libs.plugins.runpaper)
44
}
55

6-
version = "2.0.0"
76
description = "An advanced chat plugin for survival/anarchy servers."
87

98
dependencies {

PistonFilter/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
alias(libs.plugins.runpaper)
44
}
55

6-
version = "1.3.0"
76
description = "Chat filter addon for PistonChat."
87

98
dependencies {

PistonMute/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
alias(libs.plugins.runpaper)
44
}
55

6-
version = "1.2.0"
76
description = "Mute addon for PistonChat."
87

98
dependencies {

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins {
33
}
44

55
allprojects {
6+
version = "2.0.0"
67
group = "net.pistonmaster"
78

89
repositories {

0 commit comments

Comments
 (0)