Skip to content

Commit fa56d1a

Browse files
authored
Upstream
2 parents 2ccbf01 + 1079481 commit fa56d1a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("xyz.jpenilla.run-paper") version "3.0.2"
1313
}
1414

15-
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.4"
15+
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.5"
1616
val snapshot: String = (extra.properties["snapshot"] as? String) ?: "SNAPSHOT"
1717
var revision: String = (extra.properties["revision"] as? String) ?: ""
1818
var buildNumber: String = (extra.properties["buildNumber"] as? String) ?: ""
@@ -35,7 +35,7 @@ extra.set("revision", revision)
3535
extra.set("buildNumber", buildNumber)
3636
extra.set("date", date)
3737

38-
version = String.format("%s-%s", rootVersion, buildNumber)
38+
version = String.format("%s-%s", rootVersion, snapshot)
3939

4040
if (!project.hasProperty("gitCommitHash")) {
4141
pluginManager.apply("org.ajoberstar.grgit")

worldedit-core/src/main/java/com/fastasyncworldedit/core/queue/IQueueChunk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ default IQueueChunk<T> reset() {
2828
*
2929
* @param parentWrapper wrapper wrapping this {@link ChunkHolder instance}
3030
* @throws IllegalStateException if there is already a wrapper set and a new wrapper instance is attempted to be se
31-
* @since TODO
31+
* @since 2.15.4
3232
*/
3333
void setWrapper(WrapperChunk<?> parentWrapper);
3434

worldedit-core/src/main/java/com/sk89q/worldedit/entity/Player.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ default boolean trySetPosition(Vector3 pos, float pitch, float yaw) {
349349
* This change is client-side only and will not actually grant the player operator status.
350350
* </p>
351351
*
352-
* @since TODO
352+
* @since 2.15.4
353353
*/
354354
void sendFakeOP();
355355

0 commit comments

Comments
 (0)