diff --git a/docs/HISTORY.md b/docs/HISTORY.md index 3d4d2e7..cb0167a 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.24.1 + +* fix write to launcher_accounts.json (@majorblake) + ## 1.24.0 * Using launcher_accounts.json as new token source (@Moondarker) diff --git a/package.json b/package.json index d9a4f20..7f2a167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.24.0", + "version": "1.24.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",