chore: update data values to 1.20.2

(cherry picked from commit b6b0295961)
This commit is contained in:
mworzala 2023-11-29 15:35:49 -05:00
parent 30aee9f5c1
commit 53c412504d
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ plugins {
version = System.getenv("MINESTOM_VERSION") ?: "dev"
val channel = System.getenv("MINESTOM_CHANNEL") ?: "local" // local, snapshot, release
val shortDescription = "1.20.1 Lightweight Minecraft server"
val shortDescription = "1.20.2 Lightweight Minecraft server"
allprojects {
apply(plugin = "java")

View File

@ -3,7 +3,7 @@ metadata.format.version = "1.1"
[versions]
# Important dependencies
data = "1.20-rv1"
data = "1.20.2-rv1"
adventure = "4.12.0"
kotlin = "1.7.22"
dependencyGetter = "v1.0.1"