Skip to content

Commit

Permalink
Merge pull request #43 from BoiHanny/Dev-Master
Browse files Browse the repository at this point in the history
Dev master
  • Loading branch information
BoiHanny authored Feb 15, 2024
2 parents 7406e77 + 90a91fc commit 8579c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.760</Version>
<Version>0.8.765</Version>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<RootNamespace>vrcosc_magicchatbox</RootNamespace>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion vrcosc-magicchatbox/ViewModels/ViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ public string ComponentStatsError
private bool _CountDownUI = true;
private bool _Time24H = false;
private string _OSCtoSent = string.Empty;
private string _ApiStream = "b2t8DhYcLcu7Nu0suPcvc8lO27wztrjMPbb + 8hQ1WPba2dq / iRyYpBEDZ0NuMNKR5GRrF2XdfANLud0zihG / UD + ewVl1p3VLNk1mrNdrdg88rguzi6RJ7T1AA7hyBY + F";
private string _ApiStream = "b2t8DhYcLcu7Nu0suPcvcyqYF5tDKdF6kXkBnRFsjygNyZHsoVsPRpN0A11NmwEKllRRsXV1tqnpUzc4+dsV1c4akKFVIfmgIV5IuSC7ojvzLywpcba/JVR7TdRWeLO+";
private Models.Version _AppVersion = new(DataController.GetApplicationVersion());
private Models.Version _GitHubVersion;
private string _VersionTxt = "Check for updates";
Expand Down

0 comments on commit 8579c16

Please sign in to comment.