Skip to content

Commit

Permalink
Update key name in DataController and bump project version
Browse files Browse the repository at this point in the history
Modified the key name in the dictionary within `DataController.cs`
to remove the leading underscore for consistency. Updated the
project version in `MagicChatbox.csproj` from `0.9.060` to `0.9.065`.
  • Loading branch information
BoiHanny committed Dec 8, 2024
1 parent e73ce57 commit 55d3a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static void LoadComponentStats()

{ "IntgrHeartRate_VR", (typeof(bool), "IntegrationToggles") },
{ "IntgrHeartRate_DESKTOP", (typeof(bool), "IntegrationToggles") },
{ "_IntgrHeartRate_OSC", (typeof(bool), "IntegrationToggles") },
{ "IntgrHeartRate_OSC", (typeof(bool), "IntegrationToggles") },

{ "IntgrCurrentTime_VR", (typeof(bool), "IntegrationToggles") },
{ "IntgrCurrentTime_DESKTOP", (typeof(bool), "IntegrationToggles") },
Expand Down
2 changes: 1 addition & 1 deletion vrcosc-magicchatbox/MagicChatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<Version>0.9.060</Version>
<Version>0.9.065</Version>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 55d3a81

Please sign in to comment.