diff --git a/TransparentWall/Gameplay/Modifications/LIVWalls.cs b/TransparentWall/Gameplay/Modifications/LIVWalls.cs index 5290a73..c52e5b9 100644 --- a/TransparentWall/Gameplay/Modifications/LIVWalls.cs +++ b/TransparentWall/Gameplay/Modifications/LIVWalls.cs @@ -8,7 +8,7 @@ namespace TransparentWall.Gameplay.Modifications { public class LivWalls : MonoBehaviour { - private static readonly IList LivNames = new List { "MenuMainCamera", "MainCamera", "LIV Camera" }; + private static readonly IEnumerable LivNames = new List { "MenuMainCamera", "MainCamera", "LIV Camera", "LIV" }; private static readonly List LayersToMask = new List { Configuration.WallLayerMask, Configuration.MoveBackLayer }; // ReSharper disable once MemberCanBeMadeStatic.Global diff --git a/TransparentWall/Properties/AssemblyInfo.cs b/TransparentWall/Properties/AssemblyInfo.cs index 9dbd589..2201c5e 100644 --- a/TransparentWall/Properties/AssemblyInfo.cs +++ b/TransparentWall/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")] diff --git a/TransparentWall/manifest.json b/TransparentWall/manifest.json index 6b3a879..048770a 100644 --- a/TransparentWall/manifest.json +++ b/TransparentWall/manifest.json @@ -9,7 +9,7 @@ "icon": "TransparentWall.Resources.icon.png", "id": "TransparentWall", "name": "TransparentWall", - "version": "1.9.0", + "version": "1.9.1", "dependsOn": { "BSIPA": "^4.2.2", "BeatSaberMarkupLanguage": "^1.6.3",