Skip to content

Commit 4d1466a

Browse files
authored
chore: bump Minecraft version to 26.1.1 and update plugin version to 2.0.2 (#287)
2 parents ce7a99b + 1320574 commit 4d1466a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kapt.use.k2=true
55
org.gradle.jvmargs=-Xmx8G
66
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
77
javaVersion=25
8-
mcVersion=26.1
8+
mcVersion=26.1.1
99
group=dev.slne.surf
1010
version=26.1-3.0.2
1111
relocationPrefix=dev.slne.surf.api.libs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
group = groupId
2222
version = buildString {
2323
append(mcVersion)
24-
append("-2.0.1")
24+
append("-2.0.2")
2525
if (snapshot) append("-SNAPSHOT")
2626
}
2727

0 commit comments

Comments
 (0)