Initial update for 1.19

This commit is contained in:
Frank van der Heijden 2022-06-10 13:19:51 +02:00
parent 4054a3eca9
commit 25e2dc20b9
No known key found for this signature in database
GPG key ID: 4BC514A52A496F84
2 changed files with 17 additions and 4 deletions

View file

@ -1,7 +1,7 @@
object VersionConstants {
const val cloudVersion = "1.6.2"
const val cloudVersion = "1.7.0-SNAPSHOT"
const val adventureVersion = "4.9.3"
const val adventurePlatformVersion = "4.0.1"
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
const val bstatsVersion = "2.2.1"
const val bstatsVersion = "3.0.0"
}