From 7223c2496b6ee6ef7b131a67ccbbbcdb9716d49c Mon Sep 17 00:00:00 2001 From: weedeej Date: Wed, 23 Feb 2022 16:27:37 +0800 Subject: [PATCH] Changed Version number --- ValorantCC/MainWindow.xaml.cs | 2 +- ValorantCC/ValorantCC.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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