mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 18:25:18 +00:00
bump versions
This commit is contained in:
parent
10959682d1
commit
a7b98bce07
@ -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<bool> PopupClose;
|
||||
|
||||
|
@ -97,6 +97,6 @@
|
||||
<ProjectReference Include="..\EpicRerouter\EpicRerouter.csproj" />
|
||||
<ProjectReference Include="..\MirrorWeaver\MirrorWeaver.csproj" ReferenceOutputAssembly="false" />
|
||||
<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>
|
||||
</Project>
|
||||
|
@ -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" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user