From c4a73724001f617a31cb7d0cdb7133b66321138e Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 28 Feb 2024 19:15:55 +0100 Subject: [PATCH] update manifest id, fix typo --- README.md | 1 + docusaurus/docs/guides/pinning-game-version.md | 1 + docusaurus/docs/guides/rcon/rcon-wrapper.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05019634b..c1fa16e13 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,7 @@ The manifest corresponds to the release date/update versions. Manifests can be f | 1.3.0 | 1354752814336157338 | | 1.4.0 | 4190579964382773830 | | 1.4.1 | 6370735655629434989 | +| 1.5.0 | 3750364703337203431 | ## Reporting Issues/Feature Requests diff --git a/docusaurus/docs/guides/pinning-game-version.md b/docusaurus/docs/guides/pinning-game-version.md index abcd4a4bc..4d60aef9b 100644 --- a/docusaurus/docs/guides/pinning-game-version.md +++ b/docusaurus/docs/guides/pinning-game-version.md @@ -20,3 +20,4 @@ The manifest corresponds to the release date/update versions. Manifests can be f | 1.3.0 | 1354752814336157338 | | 1.4.0 | 4190579964382773830 | | 1.4.1 | 6370735655629434989 | +| 1.5.0 | 3750364703337203431 | diff --git a/docusaurus/docs/guides/rcon/rcon-wrapper.md b/docusaurus/docs/guides/rcon/rcon-wrapper.md index ffff9e134..fd9eed81c 100644 --- a/docusaurus/docs/guides/rcon/rcon-wrapper.md +++ b/docusaurus/docs/guides/rcon/rcon-wrapper.md @@ -1,6 +1,6 @@ # RCON Wrapper -GitHub user [valamidev](https://github.com/valamidev) made a plugin `for palworld-server-docker` +GitHub user [valamidev](https://github.com/valamidev) made a plugin for `palworld-server-docker` that allows you to protect the palworld RCON end-point with a Bearer token and access it via HTTP protocol. More information on his GitHub Repo: [valamidev/palworld-rcon-buddy](https://github.com/valamidev/palworld-rcon-buddy)