Skip to content

Commit 18a2e3b

Browse files
committed
Prepare for release of 3.25.1
1 parent 87649d6 commit 18a2e3b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ configurations.matching { it.isCanBeResolved }.configureEach {
1111
}
1212

1313
// Version of SkBee
14-
val projectVersion = "3.25.0"
14+
val projectVersion = "3.25.1"
1515
// Server version
1616
val serverVersion = "26.2"
1717
// Minimum version of Minecraft that SkBee supports

src/main/java/com/shanebeestudios/skbee/elements/particle/type/Types.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private static void registerFunctions(Registration reg) {
274274
.name("Particle - Geyser")
275275
.description("Options which can be applied to geyser particles.",
276276
"`water_blocks` = Positive integer, scales the particle size and its burst impulse.")
277-
.since("INSERT VERSION")
277+
.since("3.25.1")
278278
.register();
279279
DefaultFunction<Particle.GeyserBase> geyserBaseFunc = DefaultFunction.builder(reg.getAddon(), "geyserbase", Particle.GeyserBase.class)
280280
.parameter("water_blocks", Number.class)
@@ -290,7 +290,7 @@ private static void registerFunctions(Registration reg) {
290290
.description("Options which can be applied to geyserbase particles.",
291291
"`water_blocks` = Positive integer, scales the particle size and its burst impulse.",
292292
"`burst_impulse_base` = Float, scales the initial burst impulse.")
293-
.since("INSERT VERSION")
293+
.since("3.25.1")
294294
.register();
295295
}
296296
}

0 commit comments

Comments
 (0)