Skip to content

Commit a4f0ed3

Browse files
committed
fix: update version numbers in build.gradle.kts and gradle.properties
1 parent 7b9bc20 commit a4f0ed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=21
88
mcVersion=1.21.8
99
group=dev.slne.surf
10-
version=1.21.8-2.38.0
10+
version=1.21.10-2.39.0
1111
relocationPrefix=dev.slne.surf.surfapi.libs
1212
snapshot=false

surf-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
group = groupId
2121
version = buildString {
2222
append(mcVersion)
23-
append("-1.4.5")
23+
append("-1.5.0")
2424
if (snapshot) append("-SNAPSHOT")
2525
}
2626

0 commit comments

Comments
 (0)