bump versions

This commit is contained in:
Mister_Nebula 2022-05-30 09:16:44 +01:00
parent 807beef87a
commit 0f268bd6f5
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private const string DisconnectString = "DISCONNECT";
private const string StopHostingString = "STOP HOSTING";
private const string UpdateChangelog = $"QSB Version 0.19.0\r\nThis update syncs Echoes of the Eye content! A bit rough around the edges, but things will be polished up in later updates. Enjoy!";
private const string UpdateChangelog = $"QSB Version 0.20.0\r\nThis updates brings better ship syncing (including destruction), more things around the village being synced, and general bug fixes.";
private Action<bool> PopupClose;

View File

@ -7,7 +7,7 @@
"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.19.0",
"version": "0.20.0",
"owmlVersion": "2.3.3",
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
"pathsToPreserve": [ "debugsettings.json", "storage.json" ]