From 6a8651281cac801a62f313668603cce5135c6e67 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Mon, 16 Jan 2023 20:37:33 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f76236..716adf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.38.0", + "version": "1.38.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",