Skip to content

Commit 0aaf60e

Browse files
authored
bump version to 2.0.1 and update plugin-yml-paper to 0.9.0 (#284)
2 parents 97a92a0 + 277b3ae commit 0aaf60e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commons-lang3 = "3.20.0"
4343
commons-text = "1.15.0"
4444
commons-math4-core = "4.0-beta1"
4545
commons-math3 = "3.6.1"
46-
plugin-yml-paper = "0.8.0"
46+
plugin-yml-paper = "0.9.0"
4747
spongepowered-math = "2.0.1"
4848
fastutil = "8.5.18"
4949
okhttp = "5.3.2"

surf-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
group = groupId
2222
version = buildString {
2323
append(mcVersion)
24-
append("-2.0.0")
24+
append("-2.0.1")
2525
if (snapshot) append("-SNAPSHOT")
2626
}
2727

0 commit comments

Comments
 (0)