From 801e070ce8c04027b829a69dc4ca81fa2744d0e4 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 27 Jun 2023 13:21:00 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09abd54..aed4117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.43.0", + "version": "1.43.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",