Skip to content

Commit 1aa4f18

Browse files
committed
Version bump
1 parent 7b0761d commit 1aa4f18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

VRCOSC.Desktop/VRCOSC.Desktop.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<ApplicationIcon>game.ico</ApplicationIcon>
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<Version>0.0.0</Version>
9-
<FileVersion>2024.102.0</FileVersion>
9+
<FileVersion>2024.220.0</FileVersion>
1010
<Title>VRCOSC</Title>
1111
<Authors>VolcanicArts</Authors>
1212
<Company>VolcanicArts</Company>
1313
<Nullable>enable</Nullable>
14-
<AssemblyVersion>2024.102.0</AssemblyVersion>
14+
<AssemblyVersion>2024.220.0</AssemblyVersion>
1515
</PropertyGroup>
1616
<ItemGroup Label="Project References">
1717
<ProjectReference Include="..\VRCOSC.Game\VRCOSC.Game.csproj" />

VRCOSC.Game/Util/CurrentWorldExtractor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static async void UpdateCurrentWorld()
4949
}
5050

5151
IsCurrentWorldBlacklisted = ids.Contains(CurrentWorldId);
52+
Logger.Log($"Is world blacklisted?: {IsCurrentWorldBlacklisted}");
5253
}
5354

5455
private static async Task requestBlacklist()

VRCOSC.Game/VRCOSC.Game.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Nullable>enable</Nullable>
55
<LangVersion>11</LangVersion>
66
<PackageId>VolcanicArts.VRCOSC.SDK</PackageId>
7-
<Version>2023.1007.0</Version>
7+
<Version>2024.220.0</Version>
88
<Title>VRCOSC SDK</Title>
99
<Authors>VolcanicArts</Authors>
1010
<Description>SDK for creating custom modules with VRCOSC</Description>

0 commit comments

Comments
 (0)