We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9bc20 commit a4f0ed3Copy full SHA for a4f0ed3
gradle.properties
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
7
javaVersion=21
8
mcVersion=1.21.8
9
group=dev.slne.surf
10
-version=1.21.8-2.38.0
+version=1.21.10-2.39.0
11
relocationPrefix=dev.slne.surf.surfapi.libs
12
snapshot=false
surf-api-gradle-plugin/build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
20
group = groupId
21
version = buildString {
22
append(mcVersion)
23
- append("-1.4.5")
+ append("-1.5.0")
24
if (snapshot) append("-SNAPSHOT")
25
}
26
0 commit comments