mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.15.0
This commit is contained in:
parent
da3a241775
commit
307a87f750
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# History
|
||||
|
||||
## 0.15.0 (Unreleased)
|
||||
## 0.15.0
|
||||
|
||||
* UUIDs are now strings instead of arrays. (BREAKING CHANGE)
|
||||
* Server clients have a new property, client.profile, containing the result
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.15.0-GH",
|
||||
"version": "0.15.0",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue