diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 08238fb..9cdb8e9 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,8 @@ # History +## 1.40.1 +* Fix offline mode (@frej4189) + ## 1.40.0 * Add more fields to playerChat event (@frej4189) * Update to 1.19.3 (@frej4189) diff --git a/package.json b/package.json index 844bffa..c2dbc14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.40.0", + "version": "1.40.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",