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)