From 69179f107c7c031f9b066f88b7e899ebc21a76d3 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 21 Jan 2023 23:16:40 +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 54b612b..844bffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.39.0", + "version": "1.40.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",