diff --git a/ValorantCC/MainWindow.xaml.cs b/ValorantCC/MainWindow.xaml.cs index b10f38a..1e028ce 100644 --- a/ValorantCC/MainWindow.xaml.cs +++ b/ValorantCC/MainWindow.xaml.cs @@ -37,7 +37,7 @@ public MainWindow() InitializeComponent(); Utilities.Utils.Log($"App Started | v{ProgramFileVersion}. Replaced old logfile."); - this.Title = $"ValorantCC3.0b - v{ProgramFileVersion}"; + this.Title = $"ValorantCC v{ProgramFileVersion}"; BackgroundAuth auth = new BackgroundAuth(DataProcessor); auth.LoopCheck(); Random nClicks = new Random(); diff --git a/ValorantCC/ValorantCC.csproj b/ValorantCC/ValorantCC.csproj index 27e53c0..443bd4f 100644 --- a/ValorantCC/ValorantCC.csproj +++ b/ValorantCC/ValorantCC.csproj @@ -14,7 +14,7 @@ false - 2.9.0 + 3.0.0 false