diff --git a/docs/HISTORY.md b/docs/HISTORY.md index e0ff84e..23c35bb 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.20.1 + +* Temporarily revert token auth to fix a bug + ## 1.20.0 * Add token auth like the vanilla launcher (save the token) (thanks @ph0t0shop) diff --git a/package.json b/package.json index a14747a..36347e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.20.0", + "version": "1.20.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",