Skip to content

Commit 37b6163

Browse files
committed
refactor: bump versions
1 parent 8592de1 commit 37b6163

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.14"
12+
val baseVersion = "0.0.15"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kotlin-coroutines = "1.10.2"
44
velocity = "3.4.0-SNAPSHOT"
55
bungeecord = "1.20-R0.2-SNAPSHOT"
66
shadow = "8.3.3"
7-
simplecloud-controller = "0.0.30-SNAPSHOT.09ac6b6"
8-
simplecloud-player = "0.0.1-SNAPSHOT.d7aa7de"
7+
simplecloud-controller = "0.0.30-SNAPSHOT.88c620a"
8+
simplecloud-player = "0.0.1-SNAPSHOT.cb7eb5d"
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)