Skip to content

Commit 56a5cc1

Browse files
committed
update: bump player & api versions
1 parent c9348e3 commit 56a5cc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.7"
12+
val baseVersion = "0.0.8"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ velocity = "3.4.0-SNAPSHOT"
55
bungeecord = "1.20-R0.2-SNAPSHOT"
66
shadow = "8.3.3"
77
simplecloud-controller = "0.0.30-SNAPSHOT.601bd3f"
8-
simplecloud-player = "0.0.1-SNAPSHOT.7857fed"
8+
simplecloud-player = "0.0.1-SNAPSHOT.cc1ccca"
99
paper = "1.21.4-R0.1-SNAPSHOT"
1010
minotaur = "2.8.7"
1111
sonatype-central-portal-publisher = "1.2.3"

0 commit comments

Comments
 (0)