bump versions

This commit is contained in:
Mister_Nebula 2022-07-14 10:33:21 +01:00
parent 10959682d1
commit a7b98bce07
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private const int _titleButtonIndex = 2; private const int _titleButtonIndex = 2;
private float _connectPopupOpenTime; 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<bool> PopupClose; private Action<bool> PopupClose;

View File

@ -97,6 +97,6 @@
<ProjectReference Include="..\EpicRerouter\EpicRerouter.csproj" /> <ProjectReference Include="..\EpicRerouter\EpicRerouter.csproj" />
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" /> <ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
<PackageReference Include="HarmonyX" Version="2.10.0" IncludeAssets="compile" /> <PackageReference Include="HarmonyX" Version="2.10.0" IncludeAssets="compile" />
<PackageReference Include="OWML" Version="2.5.1" IncludeAssets="compile" /> <PackageReference Include="OWML" Version="2.5.2" IncludeAssets="compile" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -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." "body": "- Disable *all* other mods. (Can heavily affect performance)\n- Make sure you are not running any other network-intensive applications."
}, },
"uniqueName": "Raicuparta.QuantumSpaceBuddies", "uniqueName": "Raicuparta.QuantumSpaceBuddies",
"version": "0.20.0", "version": "0.20.1",
"owmlVersion": "2.3.3", "owmlVersion": "2.5.2",
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ], "dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
"pathsToPreserve": [ "debugsettings.json", "storage.json" ] "pathsToPreserve": [ "debugsettings.json", "storage.json" ]
} }