Bump version to 3.4.0-SNAPSHOT, cloud to 1.6.1
This commit is contained in:
parent
2a80055b10
commit
51df8e35f1
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
|
||||
group = "net.frankheijden.serverutils"
|
||||
val dependencyDir = "${group}.dependencies"
|
||||
version = "3.3.2-SNAPSHOT"
|
||||
version = "3.4.0-SNAPSHOT"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
object VersionConstants {
|
||||
const val cloudVersion = "1.6.0"
|
||||
const val cloudVersion = "1.6.1"
|
||||
const val adventureVersion = "4.9.3"
|
||||
const val adventurePlatformVersion = "4.0.1"
|
||||
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue