Skip to content

Commit 6f3851b

Browse files
authored
5.27.1 (#6670)
1 parent e88b81a commit 6f3851b

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

changelogs/5.27.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ If you're upgrading from 5.25.x directly to 5.27.0, please also read the followi
1616
## General
1717
- Aded support for Minecraft: Bedrock Edition 1.21.70.
1818
- Removed support for earlier versions.
19+
20+
# 5.27.1
21+
Released 6th April 2025.
22+
23+
## Fixes
24+
- Updated RakLib to get ping timestamp handling fixes.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"pocketmine/log": "^0.4.0",
4646
"pocketmine/math": "~1.0.0",
4747
"pocketmine/nbt": "~1.1.0",
48-
"pocketmine/raklib": "~1.1.0",
48+
"pocketmine/raklib": "~1.1.2",
4949
"pocketmine/raklib-ipc": "~1.0.0",
5050
"pocketmine/snooze": "^0.5.0",
5151
"ramsey/uuid": "~4.7.0",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
final class VersionInfo{
3333
public const NAME = "PocketMine-MP";
3434
public const BASE_VERSION = "5.27.1";
35-
public const IS_DEVELOPMENT_BUILD = true;
35+
public const IS_DEVELOPMENT_BUILD = false;
3636
public const BUILD_CHANNEL = "stable";
3737

3838
/**

0 commit comments

Comments
 (0)