Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXorog committed Oct 26, 2021
1 parent abe6c5a commit ccafc9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OBSControl/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace OBSControl
{
class Program
{
public static string CurrentVersion = "1.4.0";
public static string CurrentVersion = "1.5.0";
public static int ConfigVersion = 3;

internal static WebsocketClient beatSaberWebSocket { get; set; }
Expand Down Expand Up @@ -212,6 +212,8 @@ await Task.Run(async () =>
SendNotification("Connected to OBS", 1000, Objects.MessageType.INFO);
});

SendNotification("Note: Using Steam Notifications is still experimental. If you run into issues, please make sure to report them on GitHub.", 200000, Objects.MessageType.ERROR);

// Don't close the application
await Task.Delay(-1);
}
Expand Down

0 comments on commit ccafc9c

Please sign in to comment.