We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9348e3 commit 56a5cc1Copy full SHA for 56a5cc1
2 files changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.7"
+val baseVersion = "0.0.8"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
15
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ velocity = "3.4.0-SNAPSHOT"
5
bungeecord = "1.20-R0.2-SNAPSHOT"
6
shadow = "8.3.3"
7
simplecloud-controller = "0.0.30-SNAPSHOT.601bd3f"
8
-simplecloud-player = "0.0.1-SNAPSHOT.7857fed"
+simplecloud-player = "0.0.1-SNAPSHOT.cc1ccca"
paper = "1.21.4-R0.1-SNAPSHOT"
minotaur = "2.8.7"
sonatype-central-portal-publisher = "1.2.3"
0 commit comments