diff --git a/QSB/Menus/MenuManager.cs b/QSB/Menus/MenuManager.cs index 5fdefd36..0af3dfd1 100644 --- a/QSB/Menus/MenuManager.cs +++ b/QSB/Menus/MenuManager.cs @@ -39,7 +39,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart private const int _titleButtonIndex = 2; private float _connectPopupOpenTime; - private const string UpdateChangelog = $"QSB Version 0.20.0\r\nThis update brings better ship syncing (including destruction), more things around the village being synced, and general bug fixes."; + private const string UpdateChangelog = $"QSB Version 0.20.1\r\nFixed a velocity calculation bug with some fish."; private Action PopupClose; diff --git a/QSB/QSB.csproj b/QSB/QSB.csproj index 005bfdc7..0891399e 100644 --- a/QSB/QSB.csproj +++ b/QSB/QSB.csproj @@ -97,6 +97,6 @@ - + diff --git a/QSB/manifest.json b/QSB/manifest.json index b4ea8e71..6d397662 100644 --- a/QSB/manifest.json +++ b/QSB/manifest.json @@ -7,8 +7,8 @@ "body": "- Disable *all* other mods. (Can heavily affect performance)\n- Make sure you are not running any other network-intensive applications." }, "uniqueName": "Raicuparta.QuantumSpaceBuddies", - "version": "0.20.0", - "owmlVersion": "2.3.3", + "version": "0.20.1", + "owmlVersion": "2.5.2", "dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ], "pathsToPreserve": [ "debugsettings.json", "storage.json" ] }