Skip to content

Commit

Permalink
Changed Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
weedeej committed Feb 23, 2022
1 parent 71c4bab commit 7223c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ValorantCC/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion ValorantCC/ValorantCC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>2.9.0</Version>
<Version>3.0.0</Version>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

Expand Down

0 comments on commit 7223c24

Please # to comment.