diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index 4a2020dfb..e0f3df570 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -133,7 +133,7 @@ namespace MatterHackers.MatterControl this.AnchorAll(); UseOpenGL = true; - Title = "MatterControl (beta)"; + Title = "MatterControl 1.1"; ActivePrinterProfile.CheckForAndDoAutoConnect(); UiThread.RunOnIdle(CheckOnPrinter);